AUTORECODE: Use Autotest for test suite.
[pspp-builds.git] / tests / automake.mk
index 392c4c4f70c3c9ce2a9e6e866eae9e16d2a72727..e392270e709bb94d8f755514f6b9fbcb7e69078f 100644 (file)
@@ -12,7 +12,6 @@ dist_TESTS = \
        tests/command/add-files.sh \
        tests/command/aggregate.sh \
        tests/command/attributes.sh \
-       tests/command/autorecod.sh \
        tests/command/beg-data.sh \
        tests/command/bignum.sh \
        tests/command/count.sh \
@@ -183,6 +182,7 @@ nodist_TESTS = \
        tests/libpspp/str-test \
        tests/libpspp/string-map-test \
        tests/libpspp/string-set-test \
+       tests/libpspp/stringi-set-test \
        tests/libpspp/tower-test
 
 TESTS = $(dist_TESTS) $(nodist_TESTS)
@@ -295,6 +295,16 @@ tests_libpspp_string_set_test_SOURCES = \
 tests_libpspp_string_set_test_LDADD = gl/libgl.la $(LIBINTL)
 tests_libpspp_string_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
 
+tests_libpspp_stringi_set_test_SOURCES = \
+       src/libpspp/hash-functions.c \
+       src/libpspp/hmap.c \
+       src/libpspp/pool.c \
+       src/libpspp/str.c \
+       src/libpspp/stringi-set.c \
+       tests/libpspp/stringi-set-test.c
+tests_libpspp_stringi_set_test_LDADD = gl/libgl.la $(LIBINTL)
+tests_libpspp_stringi_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
+
 tests_libpspp_tower_test_SOURCES = \
        src/libpspp/abt.c \
        src/libpspp/abt.h \
@@ -406,6 +416,7 @@ EXTRA_DIST += \
        $(TESTSUITE)
 TESTSUITE_AT = \
        tests/testsuite.at \
+       tests/language/stats/autorecode.at \
        tests/language/stats/crosstabs.at \
        tests/language/stats/frequencies.at \
        tests/output/render.at