diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-09-11 04:04:15 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-09-11 04:04:15 (GMT) |
commit | 15c3995e05880c269e0f76eeaa067187fb463867 (patch) | |
tree | 7adab80f464a48918de96d01eab247db7b0987ac /config/commence.in | |
parent | d6f340c9bf5aaf2e61150c18a1f7b6bb86bc746c (diff) | |
download | hdf5-15c3995e05880c269e0f76eeaa067187fb463867.zip hdf5-15c3995e05880c269e0f76eeaa067187fb463867.tar.gz hdf5-15c3995e05880c269e0f76eeaa067187fb463867.tar.bz2 |
[svn-r4434] Purpose:
New feature.
Description:
Test programs were assumed to be serial programs only.
There was no provision to test parallel programs automatically.
Solution:
Added $(TEST_PARA_PROGS) to hold parallel test programs and
added appropriate action entry to test them if defined.
Platforms tested:
Eirene (parallel).
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 b60d185..b0b987c 100644 --- a/config/commence.in +++ b/config/commence.in @@ -68,6 +68,7 @@ PUB_DOCS= PUB_SUBDOCS= PROGS= TEST_PROGS= +TEST_PROGS_PARA= TEST_FLAGS= TEST_SCRIPTS= |