stringi-map: Convert tests to use Autotest.
[pspp] / tests / automake.mk
index 2fc54fca96e713c21647900a125e1ed5613a03e9..6fe59dcaae8f9d6ca7402df4cc6608058eaef710 100644 (file)
@@ -146,7 +146,6 @@ dist_TESTS += tests/command/get-data-psql.sh
 endif
 
 nodist_TESTS = \
-       tests/libpspp/stringi-map-test \
        tests/libpspp/string-set-test \
        tests/libpspp/stringi-set-test \
        tests/libpspp/tower-test
@@ -171,6 +170,7 @@ check_PROGRAMS += \
        tests/libpspp/sparse-xarray-test \
        tests/libpspp/str-test \
        tests/libpspp/string-map-test \
+       tests/libpspp/stringi-map-test \
        tests/output/render-test
 
 tests_data_datasheet_test_SOURCES = \
@@ -431,6 +431,7 @@ TESTSUITE_AT = \
        tests/libpspp/sparse-array.at \
        tests/libpspp/str.at \
        tests/libpspp/string-map.at \
+       tests/libpspp/stringi-map.at \
        tests/math/moments.at \
        tests/output/render.at \
        tests/output/charts.at \