From: Bruno Haible Date: Sun, 30 Sep 2007 11:15:40 +0000 (+0200) Subject: Use check_PROGRAMS instead of noinst_PROGRAMS. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61135ee95ca652b86e39027685ec2ff1fb4dd09b;p=pspp Use check_PROGRAMS instead of noinst_PROGRAMS. --- diff --git a/ChangeLog b/ChangeLog index 035b2c9996..d6a6e5760e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-30 Bruno Haible + + * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS. + 2007-09-29 Bruno Haible * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak. diff --git a/modules/dirname-tests b/modules/dirname-tests index 7cc0ec7495..e2e86e658f 100644 --- a/modules/dirname-tests +++ b/modules/dirname-tests @@ -8,5 +8,5 @@ configure.ac: Makefile.am: TESTS += test-dirname -noinst_PROGRAMS += test-dirname +check_PROGRAMS += test-dirname test_dirname_LDADD = $(LDADD) @LIBINTL@