X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=64c1680add0c174ec29d92c89b3223ed538bab9b;hb=5a33cc6d78fe87ff5e9bd32ea4af3f895e4ad2fc;hp=2717d67aa5851f143dcffd5c446b35a84dd4973a;hpb=740c7ba6927d8dacf37903b0b151bfdb8c608cba;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index 2717d67aa5..64c1680add 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,6 +21,7 @@ TESTS = \ 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 \ @@ -31,6 +32,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 \ @@ -63,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 \