summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-05-31 06:55:03 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-05-31 06:55:03 (GMT)
commitd4c5a3af25574faa40b6b14766e1a1d93c12b79a (patch)
treeb562d01fa3043e908fead9a8d99218f4af74d20d /hl
parent70e0e23c50b14b63bcaa99fff751bebd1ee09232 (diff)
downloadhdf5-d4c5a3af25574faa40b6b14766e1a1d93c12b79a.zip
hdf5-d4c5a3af25574faa40b6b14766e1a1d93c12b79a.tar.gz
hdf5-d4c5a3af25574faa40b6b14766e1a1d93c12b79a.tar.bz2
[svn-r10828] Purpose:
feature. Description: Added two new make check targets, check-s: serial tests check-p: parallel tests. Check will run check-s and check-p, have the same effect as before. Added $TEST_SCRIPTS_PARA for parallel test scripts. Platforms tested: h5committested". Also, tested in heping (serial and pp) to verify with previous test output for consistency. Tested in modi4 for the special case of pmake (in progress.)
Diffstat (limited to 'hl')
-rwxr-xr-xhl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in
index 68564d7..d119711 100755
--- a/hl/Makefile.in
+++ b/hl/Makefile.in
@@ -56,7 +56,7 @@ SUBDIRS=src test
## programs and C compilers. At the other extreme, the GNU
## make used in combination with gcc will maintain dependency
## information automatically.
-lib progs check test _test uninstall:
+lib progs check check-s check-p test _test uninstall:
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done