REGRESSION: Added calculation of the coefficients' confidence interval.
[pspp] / tests / automake.mk
index c104ecca4774828371124ae443d3195cb5f88928..d89f6dd1baaf3b2fda0160dfc5043a1f7d5ba752 100644 (file)
@@ -9,6 +9,7 @@ check_PROGRAMS += \
        tests/language/lexer/segment-test \
        tests/libpspp/abt-test \
        tests/libpspp/bt-test \
+       tests/libpspp/cmac-aes256-test \
        tests/libpspp/encoding-guesser-test \
        tests/libpspp/heap-test \
        tests/libpspp/hmap-test \
@@ -93,6 +94,11 @@ tests_libpspp_bt_test_SOURCES = \
        tests/libpspp/bt-test.c
 tests_libpspp_bt_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
 
+tests_libpspp_cmac_aes256_test_SOURCES = \
+       src/libpspp/cmac-aes256.c \
+       tests/libpspp/cmac-aes256-test.c
+tests_libpspp_cmac_aes256_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
+
 tests_libpspp_range_map_test_SOURCES = \
        src/libpspp/bt.c \
        src/libpspp/range-map.c \
@@ -213,6 +219,7 @@ EXTRA_DIST += \
        tests/data/bcd-in.expected.cmp.gz \
        tests/data/binhex-in.expected.cmp.gz \
        tests/data/binhex-out.expected.gz \
+       tests/data/hotel-encrypted.sav \
        tests/data/legacy-in.expected.cmp.gz \
        tests/data/num-in.expected.gz \
        tests/data/num-out-cmp.pl \
@@ -246,6 +253,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/language/command.at \
        tests/language/control/do-if.at \
        tests/language/control/do-repeat.at \
@@ -358,7 +366,7 @@ TESTSUITE_AT = \
 
 TESTSUITE = $(srcdir)/tests/testsuite
 DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE)
-AUTOTEST_PATH = tests/data:tests/language/lexer:tests/libpspp:tests/output:src/ui/terminal
+AUTOTEST_PATH = tests/data:tests/language/lexer:tests/libpspp:tests/output:src/ui/terminal:utilities
 
 $(srcdir)/tests/testsuite.at: tests/testsuite.in tests/automake.mk
        cp $< $@
@@ -422,6 +430,7 @@ valgrind_wrappers = \
        tests/valgrind/tower-test \
        tests/valgrind/u8-istream-test \
        tests/valgrind/render-test \
+       tests/valgrind/pspp-convert \
        tests/valgrind/pspp
 
 $(valgrind_wrappers): tests/valgrind-wrapper.in