Rewrite and improve formatted output routines.
[pspp-builds.git] / tests / automake.mk
index 5722ba4fed093911c3449d659fecb2594e397eae..dde7b09c9cd51733bd909d1fa7966d73ee2e8fc4 100644 (file)
@@ -26,12 +26,14 @@ TESTS = \
        tests/command/match-files.sh \
        tests/command/missing-values.sh \
        tests/command/no_case_size.sh \
+       tests/command/n_of_cases.sh \
        tests/command/oneway.sh \
        tests/command/oneway-missing.sh \
        tests/command/oneway-with-splits.sh \
        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 \
@@ -55,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 \
@@ -109,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 \
@@ -123,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 \