summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-07-16 19:00:31 +0000
committerMorgan Deters <mdeters@gmail.com>2012-07-16 19:00:31 +0000
commit1f8da4ffd0887a095994392087d76f376ac006d2 (patch)
treee1c94f40b721bf386eaa791de5cd9a13b0b2966a /test/system
parent5ad6726028477de6059a0af83b8870d9d524a7ac (diff)
now passes "make distcheck", which does important checks for the release (e.g., "make dist" produces a distribution that passes "make dist" and "make check", "make uninstall" actually uninstalls, "make distclean" actually cleans, ...)
Diffstat (limited to 'test/system')
-rw-r--r--test/system/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/Makefile.am b/test/system/Makefile.am
index 070f69639..fb39acc4c 100644
--- a/test/system/Makefile.am
+++ b/test/system/Makefile.am
@@ -43,6 +43,8 @@ EXTRA_DIST = \
$(CPLUSPLUS_TESTS:%=%.cpp) \
$(TEST_DEPS_DIST)
+MOSTLYCLEANFILES = $(TESTS)
+
if STATIC_BINARY
system_LINK = $(CXXLINK) -all-static
else
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback