X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FMakefile.am;h=a988206717434bed2c433c1152fe986f4aea39ee;hb=c87fb686f323f651a1d3f3892c31bf66788916d9;hp=c5c40adda14090fbcbd37ac2c1150aec8454fc94;hpb=d4d9866bb2ec1797b8fb103e7144d0e9ffd1abff;p=pspp diff --git a/tests/Makefile.am b/tests/Makefile.am index c5c40adda1..a988206717 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,13 +1,13 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- TESTS_ENVIRONMENT=top_srcdir=${top_srcdir} -TESTS = command/aggregate.sh \ +TESTS = \ + command/aggregate.sh \ command/autorecod.sh \ command/beg-data.sh \ command/bignum.sh \ command/count.sh \ - command/compute.sh \ - command/descriptives.sh \ + command/data-list.sh \ command/erase.sh \ command/file-label.sh \ command/filter.sh \ @@ -15,23 +15,48 @@ TESTS = command/aggregate.sh \ command/lag.sh \ command/list.sh \ command/loop.sh \ - command/percentiles.sh \ + command/oneway.sh \ command/print.sh \ command/sample.sh \ command/sort.sh \ - command/tabs.sh \ command/split-file.sh \ + command/t-test-1-indep-val.sh \ + command/t-test-1-sample-missing-anal.sh \ + command/t-test-1-sample-missing-list.sh \ command/t-test-1s.sh \ - command/t-test-pairs.sh \ command/t-test-groups.sh \ + command/t-test-indep-missing-anal.sh \ + command/t-test-indep-missing-list.sh \ + command/t-test-paired-missing-anal.sh \ + command/t-test-paired-missing-list.sh \ + command/t-test-pairs.sh \ + command/tabs.sh \ + command/use.sh \ command/weight.sh \ bugs/alpha-freq.sh \ + bugs/comment-at-eof.sh \ bugs/compute-fmt.sh \ - bugs/double-frequency.sh \ - bugs/html-frequency.sh \ bugs/crosstabs.sh \ bugs/data-crash.sh \ - bugs/random.sh + bugs/double-frequency.sh \ + bugs/get.sh \ + bugs/html-frequency.sh \ + bugs/multipass.sh \ + bugs/random.sh \ + bugs/t-test-with-temp.sh \ + bugs/t-test.sh \ + bugs/temporary.sh \ + bugs/val-labs.sh \ + bugs/recode-copy-bug.sh \ + bugs/computebug.sh \ + xforms/casefile.sh \ + xforms/expressions.sh \ + stats/descript-basic.sh \ + stats/descript-missing.sh \ + stats/descript-mean-bug.sh \ + stats/moments.sh \ + stats/percentiles-compatible.sh \ + stats/percentiles-enhanced.sh noinst_PROGRAMS = gengarbage