summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-08-08 02:26:44 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-08-08 02:26:44 (GMT)
commit7464e1fb1dea31ea9b3211a7b52585eea4a8b496 (patch)
treea23f69c76fcc5421a5ed1cbfca358fdbf7d0f927 /test/h5test.h
parente6266dd7a1977a8328ff456c2d7451c1af9a96dc (diff)
downloadhdf5-7464e1fb1dea31ea9b3211a7b52585eea4a8b496.zip
hdf5-7464e1fb1dea31ea9b3211a7b52585eea4a8b496.tar.gz
hdf5-7464e1fb1dea31ea9b3211a7b52585eea4a8b496.tar.bz2
[svn-r9050] Purpose:
Feature Description: Added a feature such that if the test name starts with '-', do not run it by default. Platforms tested: Eirene both serial and parallel. Misc. update:
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 6afbd61..396be2b 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -133,7 +133,7 @@ H5TEST_DLL int GetTestVerbosity(void);
H5TEST_DLL int SetTestVerbosity(int newval);
H5TEST_DLL void ParseTestVerbosity(char *argv);
H5TEST_DLL int GetTestNumErrs(void);
-H5TEST_DLL void *GetTestParameters(void);
+H5TEST_DLL const void *GetTestParameters(void);
H5TEST_DLL int TestErrPrintf(const char *format, ...);
H5TEST_DLL void SetTest(const char *testname, int action);