X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=7f9d46776caa0dc420e7ea9c9b49d3fad622de91;hb=000e3e8c5818476c3afbc75fad9347aefb6e902a;hp=929cda762c90dab81fe156ebf3b98dcc8af59616;hpb=66f7c229748ba9f8bbcb6255caacb0689790a0da;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index 929cda762c..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 \ @@ -22,6 +23,7 @@ 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 \ @@ -63,6 +65,7 @@ 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 \ @@ -99,6 +102,7 @@ TESTS = \ 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 \