From f8af4984d0da627432fe715f25181f5750f454c2 Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@cray.com> Date: Thu, 20 May 2021 09:15:27 +0200 Subject: [PATCH] ensure transport test CDOs are cleaned for distclean --- tests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8beb8d06..029add3a 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 -- GitLab