diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-01-26 04:20:36 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-01-26 04:20:36 (GMT) |
commit | f938b6efe369bf9d52ca3a51c5cd1bdb9a2a500b (patch) | |
tree | 85182be31d89dc7a902d0dba9b118d9f3ce558fb /test/h5test.h | |
parent | af56f616e4ee62a750f5541e227199a69e5f8cd4 (diff) | |
download | hdf5-f938b6efe369bf9d52ca3a51c5cd1bdb9a2a500b.zip hdf5-f938b6efe369bf9d52ca3a51c5cd1bdb9a2a500b.tar.gz hdf5-f938b6efe369bf9d52ca3a51c5cd1bdb9a2a500b.tar.bz2 |
[svn-r1946] Added a the PARA-Prefix for parallel test files for the needs that
serial and parallel test files are tested in different file systems.
Added the global variable, paraprefix, so that it can be set via
command line option.
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h index fd8a21d..874a5f6 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -30,6 +30,12 @@ extern const char *FILENAME[]; /* + * This contains the filename prefix specificied as command line option for + * the parallel test files. + */ +extern char *paraprefix; + +/* * The name of the test is printed by saying TESTING("something") which will * result in the string `Testing something' being flushed to standard output. * If a test passes, fails, or is skipped then the PASSED(), FAILED(), or |