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 /config/commence.in | |
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 'config/commence.in')
-rw-r--r-- | config/commence.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/commence.in b/config/commence.in index 7328296..0b2559a 100644 --- a/config/commence.in +++ b/config/commence.in @@ -74,6 +74,7 @@ PRIV_PROGS= TEST_PROGS_PARA= TEST_FLAGS= TEST_SCRIPTS= +TEST_SCRIPTS_PARA= AUX_LIB= EXAMPLE_PROGS= SUBDIRS= |