fixed p-value computation in test of coefficients
[pspp-builds.git] / tests / automake.mk
index 72481b631a4df6fabbdc0ad7380d820ae06beff8..c976b89844239c13787dd464e92961a3a338e8aa 100644 (file)
@@ -131,10 +131,16 @@ TESTS = \
        tests/expressions/variables.sh \
        tests/expressions/vectors.sh \
        tests/libpspp/ll-test \
-       tests/libpspp/llx-test
+       tests/libpspp/llx-test \
+       tests/libpspp/heap-test \
+       tests/libpspp/abt-test
 
-check_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test \
-       tests/formats/inexactify
+check_PROGRAMS += \
+       tests/libpspp/ll-test \
+       tests/libpspp/llx-test \
+       tests/formats/inexactify \
+       tests/libpspp/heap-test \
+       tests/libpspp/abt-test
 
 tests_libpspp_ll_test_SOURCES = \
        src/libpspp/ll.c \
@@ -148,6 +154,22 @@ tests_libpspp_llx_test_SOURCES = \
        src/libpspp/llx.h \
        tests/libpspp/llx-test.c
 
+tests_libpspp_heap_test_SOURCES = \
+       src/libpspp/heap.c \
+       src/libpspp/heap.h \
+       src/libpspp/pool.c \
+       src/libpspp/pool.h \
+       tests/libpspp/heap-test.c
+tests_libpspp_heap_test_LDADD = gl/libgl.la @LIBINTL@
+tests_libpspp_heap_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
+
+tests_libpspp_abt_test_SOURCES = \
+       src/libpspp/abt.c \
+       src/libpspp/abt.h \
+       tests/libpspp/abt-test.c
+tests_libpspp_abt_test_LDADD = gl/libgl.la
+tests_libpspp_abt_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
+
 tests_formats_inexactify_SOURCES = tests/formats/inexactify.c
 
 EXTRA_DIST += $(TESTS) tests/weighting.data tests/data-list.data tests/list.data \