]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/Makefile.am ($(TESTS)): Replace by ...
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 10 Sep 2002 09:50:23 +0000 (09:50 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 10 Sep 2002 09:50:23 +0000 (09:50 +0000)
(check_SCRIPTS): ... this.
Suggested by Raja R Harinath.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index 153fe61efdd358e76c1efdd5a6f56f9129a185b0..7f2bd90f7f5c90bd150e9e19ccde7623ab183c18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/Makefile.am ($(TESTS)): Replace by ...
+       (check_SCRIPTS): ... this.
+       Suggested by Raja R Harinath.
+
 2002-09-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/Makefile.am ($(TESTS)): New, depends on defs.
index 7017c870b3072776fe2b782202732857cc3e5e2f..ba97f059f5faae66980ac62b7f8c6ecf1d197a7c 100644 (file)
@@ -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
index 0364e67057ac1612ea9c1652f8ed30e03c2474e7..1fd78210efac337dd5237cb86749c062e010e640 100644 (file)
@@ -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.