summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-02-22 20:24:21 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-02-22 20:24:21 (GMT)
commit5c5ba12570e6c45acade0b9b103b3f8605488184 (patch)
tree8d4299f92e8ca9b1039192f9938ccc8b8e56a3eb /tools
parent8a0c34b1f387029f31670ac9f4f0efe1649394a3 (diff)
downloadhdf5-5c5ba12570e6c45acade0b9b103b3f8605488184.zip
hdf5-5c5ba12570e6c45acade0b9b103b3f8605488184.tar.gz
hdf5-5c5ba12570e6c45acade0b9b103b3f8605488184.tar.bz2
[svn-r14636] Purpose:
feature. Description: Added the feature of non-repeated tests. If a test has passed, it will not be run again in the next 'make check' unless its executable has changed. Also added the target "check-clean" to remove all the *.chkexe files which indicated the test passed last time.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 6b6d645..84e032c 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -62,7 +62,7 @@ dep depend:
fi; \
done
-check check-s check-p tests test _test: $(PROGS)
+check check-s check-p check-clean tests test _test: $(PROGS)
@@SETX@; for d in X lib $(SUBDIRS); do \
if test $$d != X; then \
(cd $$d && $(MAKE) $@) || exit 1; \