X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=32d838aa2b409f377474e73b9c5660f1c8ad050e;hb=42b39a3f442bbe61d6b31cb4e07ba4d6c8b4b1f8;hp=5b7249df76eef49b52ae4121bd8e65dda8c34c30;hpb=ca1feaeed4961242699d0b7ba61def0c58515ddd;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index 5b7249df76..32d838aa2b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,6 +24,13 @@ TESTS = command/aggregate.sh \ command/t-test-1s.sh \ command/t-test-pairs.sh \ command/t-test-groups.sh \ + command/t-test-1-indep-val.sh \ + command/t-test-1-sample-missing-list.sh \ + command/t-test-paired-missing-list.sh \ + command/t-test-paired-missing-anal.sh \ + command/t-test-1-sample-missing-anal.sh \ + command/t-test-indep-missing-list.sh \ + command/t-test-indep-missing-anal.sh \ command/weight.sh \ bugs/alpha-freq.sh \ bugs/compute-fmt.sh \