Put ll-test, llx-test in check_PROGRAMS instead of noinst_PROGRAMS.
authorBen Pfaff <blp@gnu.org>
Wed, 12 Jul 2006 17:09:19 +0000 (17:09 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 12 Jul 2006 17:09:19 +0000 (17:09 +0000)
tests/ChangeLog
tests/automake.mk

index bd254a308796eb2ca6c4577c503a72376a7c527c..7bc31257af6301244c3d1547a380a1e7444abb0e 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jul 12 10:07:52 2006  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk: Put ll-test, llx-test in check_PROGRAMS instead of
+       noinst_PROGRAMS.
+
 Wed Jul  5 22:15:24 2006  Ben Pfaff  <blp@gnu.org>
 
        * automake.mk: Add expressions/randist/compare.pl to EXTRA_DIST.
index d56b11ae175578a880e9429e5ea31f9498a97bf6..0d5a6cfbde410af0e0876c3fbc185e5678318f80 100644 (file)
@@ -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 \