X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=64c1680add0c174ec29d92c89b3223ed538bab9b;hb=5a33cc6d78fe87ff5e9bd32ea4af3f895e4ad2fc;hp=57b819d2d9f280226b006c2e8079988d2fd6f046;hpb=6ccbd384363db2e304ffe8cc51fcd2eac0a5349a;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index 57b819d2d9..64c1680add 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,13 +20,19 @@ TESTS = \ command/lag.sh \ 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 \ command/permissions.sh \ command/print.sh \ + command/rename.sh \ command/sample.sh \ 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 \ @@ -59,6 +65,9 @@ TESTS = \ bugs/get-no-file.sh \ bugs/html-frequency.sh \ bugs/if_crash.sh \ + bugs/input-crash.sh \ + bugs/lag_crash.sh \ + bugs/match-files-scratch.sh \ bugs/multipass.sh \ bugs/random.sh \ bugs/t-test-with-temp.sh \ @@ -71,6 +80,7 @@ TESTS = \ bugs/val-labs-trailing-slash.sh \ bugs/recode-copy-bug.sh \ bugs/computebug.sh \ + bugs/compute-lv.sh \ bugs/temp-freq.sh \ xforms/casefile.sh \ stats/descript-basic.sh \ @@ -86,12 +96,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 \ @@ -113,7 +117,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 -