posix-xprintf-functions.patch from patch #6230.
[pspp-builds.git] / tests / automake.mk
index 3ee837dab621d7bbaceb50db9267c657a146f0e6..58400ac0749c8e7da4d7b6a86c33907104c583f5 100644 (file)
@@ -10,6 +10,7 @@ dist_TESTS = \
        tests/command/count.sh \
        tests/command/datasheet.sh \
        tests/command/data-list.sh \
+       tests/command/do-if.sh \
        tests/command/do-repeat.sh \
        tests/command/erase.sh \
        tests/command/examine.sh \
@@ -20,6 +21,7 @@ dist_TESTS = \
        tests/command/filter.sh \
        tests/command/flip.sh \
        tests/command/import-export.sh \
+       tests/command/input-program.sh \
        tests/command/insert.sh \
        tests/command/lag.sh \
        tests/command/list.sh \
@@ -104,6 +106,7 @@ dist_TESTS = \
        tests/bugs/list-overflow.sh \
        tests/bugs/match-files-scratch.sh \
        tests/bugs/multipass.sh \
+       tests/bugs/overwrite-input-file.sh \
        tests/bugs/random.sh \
        tests/bugs/signals.sh \
        tests/bugs/t-test-with-temp.sh \
@@ -158,6 +161,7 @@ tests_libpspp_ll_test_SOURCES = \
        src/libpspp/ll.c \
        src/libpspp/ll.h \
        tests/libpspp/ll-test.c
+tests_libpspp_ll_test_LDADD = gl/libgl.la @LIBINTL@
 
 tests_libpspp_llx_test_SOURCES = \
        src/libpspp/ll.c \
@@ -165,6 +169,7 @@ tests_libpspp_llx_test_SOURCES = \
        src/libpspp/llx.c \
        src/libpspp/llx.h \
        tests/libpspp/llx-test.c
+tests_libpspp_llx_test_LDADD = gl/libgl.la @LIBINTL@
 
 tests_libpspp_heap_test_SOURCES = \
        src/libpspp/heap.c \