X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=21b70ddab6bdfd1b6d80b20c9c857cc7c8060f84;hb=3f7992b3de45794c393d10ef3be184973ee64da6;hp=d5ffed1f9261441315c24ec930982266b355474f;hpb=0e8d6804cd1c81b397394358a9361b5efb883fc8;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index d5ffed1f92..21b70ddab6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,6 +22,8 @@ TESTS = \ 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 \ @@ -32,6 +34,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,6 +67,7 @@ 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 \ @@ -95,6 +99,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 \