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