sparse-array: Convert tests to use Autotest.
[pspp-builds.git] / tests / automake.mk
index 8c8b9d4bf8217044f206170bce2502d91dac37d5..516949dd8e737ffcc319f5f2fffe244028c0070f 100644 (file)
@@ -146,7 +146,6 @@ dist_TESTS += tests/command/get-data-psql.sh
 endif
 
 nodist_TESTS = \
-       tests/libpspp/sparse-array-test \
        tests/libpspp/str-test \
        tests/libpspp/string-map-test \
        tests/libpspp/stringi-map-test \
@@ -170,6 +169,7 @@ check_PROGRAMS += \
        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/output/render-test
 
@@ -428,6 +428,7 @@ TESTSUITE_AT = \
        tests/libpspp/llx.at \
        tests/libpspp/range-map.at \
        tests/libpspp/range-set.at \
+       tests/libpspp/sparse-array.at \
        tests/math/moments.at \
        tests/output/render.at \
        tests/output/charts.at \