X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=929cda762c90dab81fe156ebf3b98dcc8af59616;hb=b34e3fb10847bbb1525f1cd7f363833f89d8ed5f;hp=f2cabf49de6f3a3d7f5290268f102d383b48494c;hpb=12f1ba95a6eb660bf60b8e6a1bb09ecffee16630;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index f2cabf49de..929cda762c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,6 +22,7 @@ TESTS = \ command/loop.sh \ command/longvars.sh \ command/match-files.sh \ + command/no_case_size.sh \ command/oneway.sh \ command/oneway-missing.sh \ command/oneway-with-splits.sh \ @@ -32,6 +33,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 \ @@ -64,7 +66,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 \ @@ -94,6 +98,7 @@ TESTS = \ expressions/vectors.sh EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data \ + no_case_size.sav \ 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 \