X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=fc58b3cb7b515ba9ac3f49d00fdb2938ba30f51c;hb=018f395e7f37c988d812bdf408c2c84e55ed8678;hp=4d29794c12869b9911911d907504028c7b9238e0;hpb=0976b44582da4ab0664f5403f317dc192c9e3a38;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index 4d29794c..fc58b3cb 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -10,16 +10,8 @@ TESTS_ENVIRONMENT += LC_ALL=C TESTS_ENVIRONMENT += EXEEXT=$(EXEEXT) dist_TESTS = \ - tests/formats/date-in.sh \ - tests/formats/ib-in.sh \ - tests/formats/legacy-in.sh \ - tests/formats/month-in.sh \ - tests/formats/num-in.sh \ tests/formats/num-out.sh \ tests/formats/time-in.sh \ - tests/formats/time-out.sh \ - tests/formats/wkday-in.sh \ - tests/formats/wkday-out.sh \ tests/formats/360.sh TESTS = $(dist_TESTS) $(nodist_TESTS) @@ -219,12 +211,12 @@ EXTRA_DIST += \ $(dist_TESTS) \ tests/coverage.sh tests/test_template \ tests/data/bcd-in.expected.cmp.gz \ + tests/data/binhex-in.expected.cmp.gz \ + tests/data/binhex-out.expected.gz \ + tests/data/legacy-in.expected.cmp.gz \ + tests/data/num-in.expected.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 \ - tests/formats/num-in.expected.gz \ tests/formats/num-out.expected.cmp.gz \ tests/formats/num-out-cmp.pl \ tests/formats/num-out-compare.pl \