X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=9d76bc99ee92b6bbff4f6329a51e2f61b5c5b7cf;hb=ebbfbe937906e4b4ca577478965cf06d1a812715;hp=aba1a62c1170580a185b5f6ca2b39042e48a1ef1;hpb=b40baf410822471fbdeeec553693619d60d7c7b6;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index aba1a62c..9d76bc99 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -143,6 +143,7 @@ dist_TESTS = \ tests/bugs/t-test-alpha.sh \ tests/bugs/t-test-alpha2.sh \ tests/bugs/t-test-alpha3.sh \ + tests/bugs/t-test-paired.sh \ tests/bugs/temporary.sh \ tests/bugs/unwritable-dir.sh \ tests/bugs/val-labs.sh \ @@ -204,7 +205,15 @@ check_PROGRAMS += \ tests_data_datasheet_test_SOURCES = \ tests/data/datasheet-test.c -tests_data_datasheet_test_LDADD = src/libpspp-core.la @LIBINTL@ +tests_data_datasheet_test_LDADD = gl/libgl.la src/libpspp-core.la @LIBINTL@ +tests_data_datasheet_test_CFLAGS = $(AM_CFLAGS) + +# This seems to be necessary as the libtool artifacts aren't removed +# Automake bug ? +tests_data_datasheet_test_CLEAN: + $(RM) -r tests/data + +CLEAN_LOCAL += tests_data_datasheet_test_CLEAN tests_libpspp_ll_test_SOURCES = \ src/libpspp/ll.c \