X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fautomake.mk;h=70ff67cc1669a929472ca55969595ff3e0a4e773;hb=8dfdffdb40358914b09b5c0fa43c009c9352851f;hp=479f24e5a9dcd002b04829187a7fb7b4078adeb9;hpb=2d60e6d56e7e9fba48f97ae6f518d957992f9a07;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index 479f24e5..70ff67cc 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -10,7 +10,6 @@ TESTS_ENVIRONMENT += LC_ALL=C TESTS_ENVIRONMENT += EXEEXT=$(EXEEXT) dist_TESTS = \ - tests/formats/bcd-in.sh \ tests/formats/binhex-out.sh \ tests/formats/date-in.sh \ tests/formats/date-out.sh \ @@ -26,11 +25,7 @@ dist_TESTS = \ tests/formats/time-out.sh \ tests/formats/wkday-in.sh \ tests/formats/wkday-out.sh \ - tests/formats/360.sh \ - tests/expressions/randist.sh \ - tests/expressions/valuelabel.sh \ - tests/expressions/variables.sh \ - tests/expressions/vectors.sh + tests/formats/360.sh TESTS = $(dist_TESTS) $(nodist_TESTS) @@ -228,25 +223,9 @@ tests_output_render_test_LDADD = \ EXTRA_DIST += \ $(dist_TESTS) \ tests/coverage.sh tests/test_template \ - tests/data/v13.sav tests/data/v14.sav \ - tests/expressions/randist/beta.out \ - tests/expressions/randist/cauchy.out \ - tests/expressions/randist/chisq.out \ - tests/expressions/randist/exp.out \ - tests/expressions/randist/f.out \ - tests/expressions/randist/gamma.out \ - tests/expressions/randist/laplace.out \ - tests/expressions/randist/lnormal.out \ - tests/expressions/randist/logistic.out \ - tests/expressions/randist/normal.out \ - tests/expressions/randist/pareto.out \ - tests/expressions/randist/compare.pl \ - tests/expressions/randist/randist.pl \ - tests/expressions/randist/randist.txt \ - tests/expressions/randist/t.out \ - tests/expressions/randist/uniform.out \ - tests/expressions/randist/weibull.out \ - tests/formats/bcd-in.expected.cmp.gz \ + tests/data/bcd-in.expected.cmp.gz \ + tests/data/v13.sav \ + tests/data/v14.sav \ tests/formats/binhex-out.expected.gz \ tests/formats/ib-in.expected.cmp.gz \ tests/formats/legacy-in.expected.cmp.gz \ @@ -367,6 +346,7 @@ TESTSUITE_AT = \ tests/libpspp/stringi-set.at \ tests/libpspp/tower.at \ tests/math/moments.at \ + tests/math/randist.at \ tests/output/charts.at \ tests/output/output.at \ tests/output/paper-size.at \