diff --git a/tests/Makefile.am b/tests/Makefile.am index 8beb8d0608c58da39e00a75edea32c8a8f3700df..029add3a108e557cdbc52d7da3d4db2b8b4dca4e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -181,6 +181,11 @@ clean-local-check: -rm -f $(top_builddir)/tests/consumer_CDO\ [0-9]* -rm -f $(top_builddir)/tests/mio-config*.yaml -rm -f $(top_builddir)/tests/m0trace.* + -rm -f $(top_builddir)/tests/C-handle\ [0-9]* + -rm -f $(top_builddir)/tests/C-name\ [0-9]* + -rm -f $(top_builddir)/tests/{Consumer,Producer}-done-CDO + -rm -f $(top_builddir)/tests/Test\ group + -rm -f $(top_builddir)/tests/cdo[0-9]* .PHONY: all