Implement SKIP keyword on DATA LIST. Fixes bug #17099.
[pspp-builds.git] / tests / automake.mk
index 3482ef2d34ba68fffc48a3b181048daf515165c5..dde7b09c9cd51733bd909d1fa7966d73ee2e8fc4 100644 (file)
@@ -33,6 +33,7 @@ TESTS = \
        tests/command/permissions.sh \
        tests/command/print.sh \
        tests/command/print-strings.sh \
+       tests/command/rank.sh \
        tests/command/rename.sh \
        tests/command/regression.sh \
        tests/command/sample.sh \
@@ -56,6 +57,13 @@ TESTS = \
        tests/command/use.sh \
        tests/command/very-long-strings.sh \
        tests/command/weight.sh \
+       tests/formats/binhex-out.sh \
+       tests/formats/date-out.sh \
+       tests/formats/float-format.sh \
+       tests/formats/month-out.sh \
+       tests/formats/num-out.sh \
+       tests/formats/time-out.sh \
+       tests/formats/wkday-out.sh \
        tests/bugs/agg_crash.sh \
        tests/bugs/agg-crash-2.sh \
        tests/bugs/alpha-freq.sh \
@@ -110,7 +118,8 @@ TESTS = \
        tests/libpspp/ll-test \
        tests/libpspp/llx-test
 
-check_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test
+check_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test \
+       tests/formats/inexactify
 
 tests_libpspp_ll_test_SOURCES = \
        src/libpspp/ll.c \
@@ -124,6 +133,8 @@ tests_libpspp_llx_test_SOURCES = \
        src/libpspp/llx.h \
        tests/libpspp/llx-test.c
 
+tests_formats_inexactify_SOURCES = tests/formats/inexactify.c
+
 EXTRA_DIST += $(TESTS) tests/weighting.data tests/data-list.data tests/list.data \
        tests/no_case_size.sav \
        tests/coverage.sh tests/test_template \