datasheet-test: Add support for testing string backing store columns.
[pspp-builds.git] / tests / automake.mk
index 533744e79b778e17409be1b73092f07561921bc3..7dda26df8d53ebd60623bcf35aa6e49b4d487b6e 100644 (file)
@@ -16,7 +16,6 @@ dist_TESTS = \
        tests/command/beg-data.sh \
        tests/command/bignum.sh \
        tests/command/count.sh \
-       tests/command/datasheet.sh \
        tests/command/data-list.sh \
        tests/command/do-if.sh \
        tests/command/do-repeat.sh \
@@ -32,7 +31,6 @@ dist_TESTS = \
        tests/command/get-data-txt-examples.sh \
        tests/command/get-data-txt-importcases.sh \
        tests/command/import-export.sh \
-       tests/command/input-program.sh \
        tests/command/insert.sh \
        tests/command/lag.sh \
        tests/command/line-ends.sh \
@@ -152,6 +150,7 @@ dist_TESTS = \
        tests/bugs/temp-freq.sh \
        tests/bugs/print-crash.sh \
        tests/bugs/keep-all.sh \
+       tests/data/datasheet-test.sh \
        tests/libpspp/sparse-xarray-test.sh \
        tests/output/paper-size.sh \
        tests/xforms/recode.sh \
@@ -195,9 +194,14 @@ TESTS = $(dist_TESTS) $(nodist_TESTS)
 
 check_PROGRAMS += \
        $(nodist_TESTS) \
+       tests/data/datasheet-test \
        tests/formats/inexactify \
        tests/libpspp/sparse-xarray-test
 
+tests_data_datasheet_test_SOURCES = \
+       tests/data/datasheet-test.c
+tests_data_datasheet_test_LDADD = src/libpspp-core.la @LIBINTL@ 
+
 tests_libpspp_ll_test_SOURCES = \
        src/libpspp/ll.c \
        src/libpspp/ll.h \