fixed computation of sample covariance
[pspp-builds.git] / tests / automake.mk
index 5cd421cc4b021ea192af4481316a772bd20a612b..5722ba4fed093911c3449d659fecb2594e397eae 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
 
-TESTS_ENVIRONMENT = top_srcdir=${top_srcdir} top_builddir=${top_builddir}
+TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)'
 TESTS_ENVIRONMENT += PERL='@PERL@'
 TESTS = \
        tests/command/aggregate.sh \
@@ -109,7 +109,7 @@ TESTS = \
        tests/libpspp/ll-test \
        tests/libpspp/llx-test
 
-noinst_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test
+check_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test
 
 tests_libpspp_ll_test_SOURCES = \
        src/libpspp/ll.c \
@@ -141,6 +141,7 @@ EXTRA_DIST += $(TESTS) tests/weighting.data tests/data-list.data tests/list.data
        tests/expressions/randist/logistic.out \
        tests/expressions/randist/normal.out \
        tests/expressions/randist/pareto.out \
+       tests/expressions/randist/compare.pl \
        tests/expressions/randist/randist.pl \
        tests/expressions/randist/randist.txt \
        tests/expressions/randist/t.out \