diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-05-31 06:55:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-05-31 06:55:03 (GMT) |
commit | d4c5a3af25574faa40b6b14766e1a1d93c12b79a (patch) | |
tree | b562d01fa3043e908fead9a8d99218f4af74d20d /tools | |
parent | 70e0e23c50b14b63bcaa99fff751bebd1ee09232 (diff) | |
download | hdf5-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 'tools')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 7b0df04..2a7a561 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -61,7 +61,7 @@ dep depend: fi; \ done -check tests test _test: $(PROGS) +check check-s check-p tests test _test: $(PROGS) @@SETX@; for d in X lib $(SUBDIRS); do \ if test $$d != X; then \ (cd $$d && $(MAKE) $@) || exit 1; \ |