From: Alexandre Duret-Lutz Date: Tue, 10 Sep 2002 09:50:23 +0000 (+0000) Subject: * tests/Makefile.am ($(TESTS)): Replace by ... X-Git-Tag: Release-1-6d~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a229db340f91ca84a30320f3c9004886f1b786d;p=thirdparty%2Fautomake.git * tests/Makefile.am ($(TESTS)): Replace by ... (check_SCRIPTS): ... this. Suggested by Raja R Harinath. --- diff --git a/ChangeLog b/ChangeLog index 153fe61ef..7f2bd90f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-10 Alexandre Duret-Lutz + + * tests/Makefile.am ($(TESTS)): Replace by ... + (check_SCRIPTS): ... this. + Suggested by Raja R Harinath. + 2002-09-09 Alexandre Duret-Lutz * tests/Makefile.am ($(TESTS)): New, depends on defs. diff --git a/tests/Makefile.am b/tests/Makefile.am index 7017c870b..ba97f059f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -424,7 +424,7 @@ yaccvpath.test EXTRA_DIST = ChangeLog-old $(TESTS) # Each test case depends on defs. -$(TESTS): defs +check_SCRIPTS = defs distclean-local: -rm -rf testSubDir diff --git a/tests/Makefile.in b/tests/Makefile.in index 0364e6705..1fd78210e 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -514,6 +514,9 @@ yaccvpath.test EXTRA_DIST = ChangeLog-old $(TESTS) + +# Each test case depends on defs. +check_SCRIPTS = defs subdir = tests mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs CONFIG_CLEAN_FILES = defs @@ -640,6 +643,7 @@ distdir: $(DISTFILES) fi; \ done check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile @@ -724,9 +728,6 @@ uninstall-am: uninstall-info-am uninstall-am uninstall-info-am -# Each test case depends on defs. -$(TESTS): defs - distclean-local: -rm -rf testSubDir # Tell versions [3.59,3.63) of GNU make to not export all variables.