(check_SCRIPTS): ... this.
Suggested by Raja R Harinath.
+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.
EXTRA_DIST = ChangeLog-old $(TESTS)
# Each test case depends on defs.
-$(TESTS): defs
+check_SCRIPTS = defs
distclean-local:
-rm -rf testSubDir
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
fi; \
done
check-am: all-am
+ $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: check-am
all-am: Makefile
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.