summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-07-15 15:11:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-07-15 15:11:27 (GMT)
commitf10e0cc1ebc3204e551b1149ec3b9cd2955808d3 (patch)
tree066e296f66a8413175f5dfe7797206f5960f3de0 /config
parent2cf9aa63abaf8e81e74280c001abc673564c2b7e (diff)
downloadhdf5-f10e0cc1ebc3204e551b1149ec3b9cd2955808d3.zip
hdf5-f10e0cc1ebc3204e551b1149ec3b9cd2955808d3.tar.gz
hdf5-f10e0cc1ebc3204e551b1149ec3b9cd2955808d3.tar.bz2
[svn-r5791] Purpose:
Code update. Description: Added dependency on test scripts to "make check" target Platforms tested: FreeBSD 4.6 (sleipnir) & IRIX64 6.5 (modi4)
Diffstat (limited to 'config')
-rw-r--r--config/conclude.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.in b/config/conclude.in
index 7571bd8..1605a72 100644
--- a/config/conclude.in
+++ b/config/conclude.in
@@ -33,7 +33,7 @@ TAGS: $(LIB_SRC)
## Since tests are done in a shell loop, "make -i" does apply inside it.
## Set HDF5_Make_Ignore to a non-blank string to ignore errors inside the loop.
##
-tests: $(TEST_PROGS) $(TEST_PROGS_PARA) $(LIB)
+tests: $(TEST_PROGS) $(TEST_PROGS_PARA) $(TEST_SCRIPTS) $(LIB)
check test _test: tests
@for test in $(TEST_PROGS) dummy; do \
if test $$test != dummy; then \