string-set: Convert tests to use Autotest.
[pspp] / tests / automake.mk
index 67452df4513dc370feceb5f41449f58a8feddeb7..52d35ae0be839e00aef6a26d92652cdbe8b7c820 100644 (file)
@@ -146,18 +146,6 @@ dist_TESTS += tests/command/get-data-psql.sh
 endif
 
 nodist_TESTS = \
-       tests/libpspp/heap-test \
-       tests/libpspp/hmap-test \
-       tests/libpspp/hmapx-test \
-       tests/libpspp/ll-test \
-       tests/libpspp/llx-test \
-       tests/libpspp/range-map-test \
-       tests/libpspp/range-set-test \
-       tests/libpspp/sparse-array-test \
-       tests/libpspp/str-test \
-       tests/libpspp/string-map-test \
-       tests/libpspp/stringi-map-test \
-       tests/libpspp/string-set-test \
        tests/libpspp/stringi-set-test \
        tests/libpspp/tower-test
 
@@ -169,8 +157,20 @@ check_PROGRAMS += \
        tests/formats/inexactify \
        tests/libpspp/abt-test \
        tests/libpspp/bt-test \
+       tests/libpspp/heap-test \
+       tests/libpspp/hmap-test \
+       tests/libpspp/hmapx-test \
        tests/libpspp/i18n-test \
+       tests/libpspp/ll-test \
+       tests/libpspp/llx-test \
+       tests/libpspp/range-map-test \
+       tests/libpspp/range-set-test \
+       tests/libpspp/sparse-array-test \
        tests/libpspp/sparse-xarray-test \
+       tests/libpspp/str-test \
+       tests/libpspp/string-map-test \
+       tests/libpspp/stringi-map-test \
+       tests/libpspp/string-set-test \
        tests/output/render-test
 
 tests_data_datasheet_test_SOURCES = \
@@ -420,7 +420,19 @@ TESTSUITE_AT = \
        tests/language/xforms/recode.at \
        tests/libpspp/abt.at \
        tests/libpspp/bt.at \
+       tests/libpspp/heap.at \
+       tests/libpspp/hmap.at \
+       tests/libpspp/hmapx.at \
        tests/libpspp/i18n.at \
+       tests/libpspp/ll.at \
+       tests/libpspp/llx.at \
+       tests/libpspp/range-map.at \
+       tests/libpspp/range-set.at \
+       tests/libpspp/sparse-array.at \
+       tests/libpspp/str.at \
+       tests/libpspp/string-map.at \
+       tests/libpspp/stringi-map.at \
+       tests/libpspp/string-set.at \
        tests/math/moments.at \
        tests/output/render.at \
        tests/output/charts.at \