* test/Makefile.am (CLEANFILES): Make sure that test output files

are removed by 'make clean'
This commit is contained in:
Bob Friesenhahn 2009-01-21 02:06:55 +00:00
parent 9e978f2097
commit d6c4560053
3 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2009-01-20 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* test/Makefile.am (CLEANFILES): Make sure that test output files
are removed by 'make clean'
* Update autotools for 4.0.0 beta3
2009-01-12 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>

View File

@ -33,6 +33,8 @@ EXTRA_DIST = \
# All of the tests to execute via 'make check'
TESTS = $(check_PROGRAMS) $(TESTSCRIPTS)
CLEANFILES = test_packbits.tif deleteme*
# Executable programs which need to be built in order to support tests
check_PROGRAMS = ascii_tag long_tag short_tag strip_rw rewrite

View File

@ -265,6 +265,7 @@ EXTRA_DIST = \
# All of the tests to execute via 'make check'
TESTS = $(check_PROGRAMS) $(TESTSCRIPTS)
CLEANFILES = test_packbits.tif deleteme*
# Test scripts to execute
TESTSCRIPTS = \
@ -589,6 +590,7 @@ install-strip:
mostlyclean-generic:
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)