tests: Do not delete testsuite on distclean.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 15 Apr 2017 20:51:37 +0000 (13:51 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 15 Apr 2017 20:52:32 +0000 (13:52 -0700)
The testsuite is distributed, so distclean must not delete it.

Thanks to Harry Thijssen <pspp4windows@gmail.com> for reporting the problem.

tests/automake.mk

index 93b19d82d07d3258fae4d6c084e0863021f64cf7..a736300c2370cac978b85191e8a2916c3ba02bc5 100644 (file)
@@ -404,7 +404,7 @@ TESTSUITE_AT = \
        tests/perl-module.at
 
 TESTSUITE = $(srcdir)/tests/testsuite
-DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE)
+DISTCLEANFILES += tests/atconfig tests/atlocal
 AUTOTEST_PATH = tests/data:tests/language/lexer:tests/libpspp:tests/output:src/ui/terminal:utilities
 
 $(srcdir)/tests/testsuite.at: tests/testsuite.in tests/automake.mk