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 035b2c9..d6a6e57 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 7cc0ec7..e2e86e6 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@