From: Ben Pfaff Date: Wed, 12 Jul 2006 17:09:19 +0000 (+0000) Subject: Put ll-test, llx-test in check_PROGRAMS instead of noinst_PROGRAMS. X-Git-Tag: v0.6.0~772 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f2f401d5f8cd0ef1e3dc7c6e2b55f67e04174c;p=pspp-builds.git Put ll-test, llx-test in check_PROGRAMS instead of noinst_PROGRAMS. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index bd254a30..7bc31257 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 12 10:07:52 2006 Ben Pfaff + + * automake.mk: Put ll-test, llx-test in check_PROGRAMS instead of + noinst_PROGRAMS. + Wed Jul 5 22:15:24 2006 Ben Pfaff * automake.mk: Add expressions/randist/compare.pl to EXTRA_DIST. diff --git a/tests/automake.mk b/tests/automake.mk index d56b11ae..0d5a6cfb 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -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 \