diff options
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 |