From: Stephen Morris Date: Wed, 10 Jul 2013 08:54:10 +0000 (+0100) Subject: [2980] Ensure "make clean" deletes files created during testing X-Git-Tag: bind10-1.2.0beta1-release~345^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3430cf9ae922d5af87fef9ca4c202db482f29391;p=thirdparty%2Fkea.git [2980] Ensure "make clean" deletes files created during testing This change added in response to a "make distcheck" failute on one of the build systems. --- diff --git a/src/lib/hooks/tests/Makefile.am b/src/lib/hooks/tests/Makefile.am index cc01aab7e8..37fe2384cb 100644 --- a/src/lib/hooks/tests/Makefile.am +++ b/src/lib/hooks/tests/Makefile.am @@ -14,7 +14,8 @@ if USE_CLANGPP AM_CXXFLAGS += -Wno-unused-parameter endif -CLEANFILES = *.gcno *.gcda +# Files to clean include the file created by testing. +CLEANFILES = *.gcno *.gcda $(builddir)/marker_file.dat TESTS_ENVIRONMENT = \ $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)