X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=32d838aa2b409f377474e73b9c5660f1c8ad050e;hb=8438b8372d8c988b379fada8a882a84bbb894126;hp=b4a92fd2f2d03f40c2a99db66889a8fdaab969e7;hpb=c324bad16b90b760d990697fccca863a20a54c23;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index b4a92fd2f2..32d838aa2b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,21 +8,38 @@ TESTS = command/aggregate.sh \ command/count.sh \ command/compute.sh \ command/descriptives.sh \ + command/erase.sh \ command/file-label.sh \ command/filter.sh \ command/flip.sh \ command/lag.sh \ command/list.sh \ command/loop.sh \ + command/percentiles.sh \ command/print.sh \ command/sample.sh \ command/sort.sh \ command/tabs.sh \ command/split-file.sh \ + command/t-test-1s.sh \ + command/t-test-pairs.sh \ + command/t-test-groups.sh \ + command/t-test-1-indep-val.sh \ + command/t-test-1-sample-missing-list.sh \ + command/t-test-paired-missing-list.sh \ + command/t-test-paired-missing-anal.sh \ + command/t-test-1-sample-missing-anal.sh \ + command/t-test-indep-missing-list.sh \ + command/t-test-indep-missing-anal.sh \ command/weight.sh \ + bugs/alpha-freq.sh \ + bugs/compute-fmt.sh \ bugs/double-frequency.sh \ bugs/html-frequency.sh \ - bugs/crosstabs.sh + bugs/crosstabs.sh \ + bugs/data-crash.sh \ + bugs/random.sh \ + bugs/temporary.sh noinst_PROGRAMS = gengarbage @@ -30,7 +47,7 @@ noinst_DATA = sort.data sort.data: gengarbage$(EXTEXT) ./gengarbage | head -1000 > $@ -EXTRA_DIST = $(TESTS) +EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual