* test/Makefile.am (CLEANFILES): Make sure that test output files
are removed by 'make clean'
This commit is contained in:
parent
9e978f2097
commit
d6c4560053
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user