stringi-set: Convert tests to use Autotest.
[pspp-builds.git] / tests / automake.mk
index 52d35ae0be839e00aef6a26d92652cdbe8b7c820..9e6b90f05a85ebd89371d4e6c05dcaaf65b16132 100644 (file)
@@ -146,7 +146,6 @@ dist_TESTS += tests/command/get-data-psql.sh
 endif
 
 nodist_TESTS = \
-       tests/libpspp/stringi-set-test \
        tests/libpspp/tower-test
 
 TESTS = $(dist_TESTS) $(nodist_TESTS)
@@ -171,6 +170,7 @@ check_PROGRAMS += \
        tests/libpspp/string-map-test \
        tests/libpspp/stringi-map-test \
        tests/libpspp/string-set-test \
+       tests/libpspp/stringi-set-test \
        tests/output/render-test
 
 tests_data_datasheet_test_SOURCES = \
@@ -433,6 +433,7 @@ TESTSUITE_AT = \
        tests/libpspp/string-map.at \
        tests/libpspp/stringi-map.at \
        tests/libpspp/string-set.at \
+       tests/libpspp/stringi-set.at \
        tests/math/moments.at \
        tests/output/render.at \
        tests/output/charts.at \