data-in: Convert tests for binary and hexadecimal formats to Autotest.
[pspp-builds.git] / tests / automake.mk
index 45b6af4b9febd2a3add1bc8f2178f84c32c4220f..d113ba3f96b30acf1d5121230e618893aa188964 100644 (file)
@@ -10,24 +10,13 @@ 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 \
-       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/expressions/vectors.sh
+       tests/formats/360.sh
 
 TESTS = $(dist_TESTS) $(nodist_TESTS)
 
@@ -225,11 +214,12 @@ tests_output_render_test_LDADD = \
 EXTRA_DIST += \
        $(dist_TESTS) \
        tests/coverage.sh tests/test_template \
-       tests/data/v13.sav tests/data/v14.sav \
-       tests/formats/bcd-in.expected.cmp.gz \
-       tests/formats/binhex-out.expected.gz \
-       tests/formats/ib-in.expected.cmp.gz \
-       tests/formats/legacy-in.expected.cmp.gz \
+       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/v13.sav \
+       tests/data/v14.sav \
        tests/formats/num-in.expected.gz \
        tests/formats/num-out.expected.cmp.gz \
        tests/formats/num-out-cmp.pl \
@@ -263,7 +253,9 @@ EXTRA_DIST += \
 TESTSUITE_AT = \
        tests/data/calendar.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 \
@@ -330,6 +322,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 \