X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=7cafde45f4b9ce27b071fec2ee4517abcf2d3f04;hb=b98f29b0ef9d057cbd6c24ff0360c59be7bac973;hp=e19f26d36cf711cf7d51109ab542e24d2c0e0b5b;hpb=115cddcdefcdf2139f864ece41fa87f4237b30bb;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index e19f26d3..7cafde45 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -11,18 +11,13 @@ TESTS_ENVIRONMENT += EXEEXT=$(EXEEXT) dist_TESTS = \ tests/formats/date-in.sh \ - tests/formats/float-format.sh \ - tests/formats/format-guesser.sh \ tests/formats/ib-in.sh \ tests/formats/legacy-in.sh \ tests/formats/month-in.sh \ - tests/formats/month-out.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) @@ -222,9 +217,9 @@ EXTRA_DIST += \ $(dist_TESTS) \ tests/coverage.sh tests/test_template \ tests/data/bcd-in.expected.cmp.gz \ + tests/data/binhex-out.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 \ @@ -262,6 +257,7 @@ TESTSUITE_AT = \ tests/data/data-in.at \ tests/data/data-out.at \ tests/data/datasheet-test.at \ + tests/data/format-guesser.at \ tests/data/por-file.at \ tests/data/sys-file.at \ tests/language/command.at \ @@ -328,6 +324,7 @@ TESTSUITE_AT = \ tests/language/xforms/select-if.at \ tests/libpspp/abt.at \ tests/libpspp/bt.at \ + tests/libpspp/float-format.at \ tests/libpspp/heap.at \ tests/libpspp/hmap.at \ tests/libpspp/hmapx.at \