diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-04-07 15:34:40 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-04-07 15:34:40 (GMT) |
commit | e3cdaeab1c75130cd0d20af7d2949dd83f50a344 (patch) | |
tree | 63bf72b65a25a49403a37ad01c24bab420db561a /test/h5test.h | |
parent | d4a986445c1371eafe67d798de3fd1311cbc3479 (diff) | |
download | hdf5-e3cdaeab1c75130cd0d20af7d2949dd83f50a344.zip hdf5-e3cdaeab1c75130cd0d20af7d2949dd83f50a344.tar.gz hdf5-e3cdaeab1c75130cd0d20af7d2949dd83f50a344.tar.bz2 |
[svn-r12210] Purpose:
feature
Description:
Added the GetTestExpress and SetTestExpress to support the TestExpress mode
according to $HDF5TextExpress. For now, it is just defined or not, the
actual value does not matter.
Platforms tested:
heping(serial), mir (PP).
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h index fc5c772..a21ccdc 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -147,6 +147,8 @@ H5TEST_DLL int SetTestVerbosity(int newval); H5TEST_DLL int GetTestSummary(void); H5TEST_DLL int GetTestCleanup(void); H5TEST_DLL int SetTestNoCleanup(void); +H5TEST_DLL int GetTestExpress(void); +H5TEST_DLL int SetTestExpress(int newval); H5TEST_DLL void ParseTestVerbosity(char *argv); H5TEST_DLL int GetTestNumErrs(void); H5TEST_DLL void IncTestNumErrs(void); |