llx: Convert tests to use Autotest.
[pspp] / tests / automake.mk
index 3874a75193c7e867cda1957e439d4ce91ffcefa5..7146f1c7419979c1b82d1b63685eb3dbade5398c 100644 (file)
@@ -146,12 +146,6 @@ dist_TESTS += tests/command/get-data-psql.sh
 endif
 
 nodist_TESTS = \
-       tests/libpspp/bt-test \
-       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 \
@@ -169,7 +163,13 @@ check_PROGRAMS += \
        tests/data/datasheet-test \
        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/sparse-xarray-test \
        tests/output/render-test
 
@@ -419,7 +419,13 @@ TESTSUITE_AT = \
        tests/language/xforms/count.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/math/moments.at \
        tests/output/render.at \
        tests/output/charts.at \