X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=e124e1aaf86c4b2fbe11b1579fed45f7647d3397;hb=4d5ed89b7cdcb9dc2ea761cef3f04df3d2599436;hp=2b2196c0e554b75279ae6a5192254ae8a363cdfe;hpb=05e356b2a3087e819ef3b5388e29c822f41502e1;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index 2b2196c0e5..e124e1aaf8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 \ @@ -31,6 +32,7 @@ TESTS = \ command/sort.sh \ command/sysfiles.sh \ command/sysfiles-old.sh \ + command/sysfile-info.sh \ command/split-file.sh \ command/t-test-1-indep-val.sh \ command/t-test-1-sample-missing-anal.sh \ @@ -63,6 +65,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 +95,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 +116,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 -