Fix PR 12948.
[pspp] / tests / Makefile.am
index 2b2196c0e554b75279ae6a5192254ae8a363cdfe..d5ffed1f9261441315c24ec930982266b355474f 100644 (file)
@@ -21,6 +21,7 @@ TESTS = \
        command/list.sh \
        command/loop.sh \
        command/longvars.sh \
+       command/match-files.sh \
        command/oneway.sh \
        command/oneway-missing.sh \
        command/oneway-with-splits.sh \
@@ -63,6 +64,8 @@ TESTS = \
        bugs/get-no-file.sh \
        bugs/html-frequency.sh \
        bugs/if_crash.sh \
+       bugs/lag_crash.sh \
+       bugs/match-files-scratch.sh \
        bugs/multipass.sh \
        bugs/random.sh \
        bugs/t-test-with-temp.sh \
@@ -91,12 +94,6 @@ TESTS = \
        expressions/variables.sh \
        expressions/vectors.sh
 
-noinst_PROGRAMS = gengarbage
-
-noinst_DATA = sort.data
-sort.data: gengarbage$(EXTEXT)
-       ./gengarbage | head -1000 > $@
-
 EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data \
        bugs/computebug.stat bugs/computebug.out \
        bugs/recode-copy-bug-1.stat bugs/recode-copy-bug-2.stat \
@@ -118,7 +115,6 @@ EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data \
        expressions/randist/uniform.out \
        expressions/randist/weibull.out
 
-DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
+DISTCLEANFILES = *.save pspp.* foo*
 
 MAINTAINERCLEANFILES = Makefile.in
-