Use check_PROGRAMS instead of noinst_PROGRAMS.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Sep 2007 11:15:40 +0000 (13:15 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Sep 2007 11:15:40 +0000 (13:15 +0200)
ChangeLog
modules/dirname-tests

index 035b2c9996dce239cb81130a2d3124f5fb8ad6d8..d6a6e5760e3a7a3286de04580074c3c1ac5811fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-30  Bruno Haible  <bruno@clisp.org>
+
+       * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
+
 2007-09-29  Bruno Haible  <bruno@clisp.org>
 
        * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
index 7cc0ec749585ebf16e1033b5d7b17f5f2e88a5f0..e2e86e658f3c093c258509a63970439e5abbddc4 100644 (file)
@@ -8,5 +8,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-dirname
-noinst_PROGRAMS += test-dirname
+check_PROGRAMS += test-dirname
 test_dirname_LDADD = $(LDADD) @LIBINTL@