X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=7f9d46776caa0dc420e7ea9c9b49d3fad622de91;hb=e95aab514deab327569387155686f563782d99ea;hp=2717d67aa5851f143dcffd5c446b35a84dd4973a;hpb=740c7ba6927d8dacf37903b0b151bfdb8c608cba;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index 2717d67aa5..7f9d46776c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,6 +14,7 @@ TESTS = \ command/examine-extremes.sh \ command/examine-percentiles.sh \ command/file-label.sh \ + command/file-handle.sh \ command/filter.sh \ command/flip.sh \ command/import-export.sh \ @@ -21,6 +22,9 @@ TESTS = \ command/list.sh \ command/loop.sh \ command/longvars.sh \ + command/match-files.sh \ + command/missing-values.sh \ + command/no_case_size.sh \ command/oneway.sh \ command/oneway-missing.sh \ command/oneway-with-splits.sh \ @@ -31,6 +35,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 \ @@ -60,9 +65,13 @@ TESTS = \ bugs/double-frequency.sh \ bugs/get.sh \ bugs/examine-1sample.sh \ + bugs/examine-missing.sh \ 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 \ @@ -92,6 +101,8 @@ TESTS = \ expressions/vectors.sh EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data \ + no_case_size.sav \ + coverage.sh test_template \ bugs/computebug.stat bugs/computebug.out \ bugs/recode-copy-bug-1.stat bugs/recode-copy-bug-2.stat \ bugs/recode-copy-bug-1.out bugs/recode-copy-bug-2.out \