pspp-convert: Support decrypting encrypted SPSS syntax files.
[pspp] / tests / automake.mk
index 31a7877d0743056548d5ff2552fac448778a206c..188ffa3792a50d40811f20940c007c83a1ce2313 100644 (file)
@@ -31,6 +31,8 @@ check_PROGRAMS += \
        tests/libpspp/tower-test \
        tests/libpspp/u8-istream-test \
        tests/libpspp/zip-test \
+       tests/math/chart-get-ticks-format-test \
+       tests/math/chart-get-scale-test \
        tests/output/render-test \
        tests/ui/syntax-gen-test
 
@@ -209,6 +211,22 @@ tests_libpspp_zip_test_LDADD = \
        src/libpspp-core.la \
        gl/libgl.la 
 
+check_PROGRAMS += tests/math/chart-get-scale-test
+tests_math_chart_get_scale_test_SOURCES = tests/math/chart-get-scale-test.c
+tests_math_chart_get_scale_test_LDADD = \
+       src/math/libpspp-math.la \
+       src/libpspp/liblibpspp.la \
+       src/libpspp-core.la \
+       gl/libgl.la
+
+check_PROGRAMS += tests/math/chart-get-ticks-format-test
+tests_math_chart_get_ticks_format_test_SOURCES = tests/math/chart-get-ticks-format-test.c
+tests_math_chart_get_ticks_format_test_LDADD = \
+       src/math/libpspp-math.la \
+       src/libpspp/liblibpspp.la \
+       src/libpspp-core.la \
+       gl/libgl.la
+
 check_PROGRAMS += tests/output/render-test
 tests_output_render_test_SOURCES = tests/output/render-test.c
 tests_output_render_test_LDADD = \
@@ -265,7 +283,7 @@ TESTSUITE_AT = \
        tests/data/por-file.at \
        tests/data/sys-file-reader.at \
        tests/data/sys-file.at \
-       tests/data/sys-file-encryption.at \
+       tests/data/encrypted-file.at \
        tests/language/command.at \
        tests/language/control/do-if.at \
        tests/language/control/do-repeat.at \
@@ -367,6 +385,7 @@ TESTSUITE_AT = \
        tests/libpspp/tower.at \
        tests/libpspp/u8-istream.at \
        tests/libpspp/zip.at \
+       tests/math/chart-geometry.at \
        tests/math/moments.at \
        tests/math/randist.at \
        tests/output/ascii.at \