summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-07-18 22:36:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-07-18 22:36:44 (GMT)
commitd3b724f86aa2bc0f7a9333c3e3ce95cc2e5e0092 (patch)
tree2cf79656cb3f0840b02665bf5f7ea74b483158d2 /test/h5test.h
parent3d90b0e994b18286d7ed8f4789134986fc7b043b (diff)
downloadhdf5-d3b724f86aa2bc0f7a9333c3e3ce95cc2e5e0092.zip
hdf5-d3b724f86aa2bc0f7a9333c3e3ce95cc2e5e0092.tar.gz
hdf5-d3b724f86aa2bc0f7a9333c3e3ce95cc2e5e0092.tar.bz2
[svn-r30201] Description:
Switch test framework to dynamically allocate the testing array, and expand the length of the description field. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 575497b..6806e8f 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -166,6 +166,7 @@ H5TEST_DLL void TestParseCmdLine(int argc, char *argv[]);
H5TEST_DLL void PerformTests(void);
H5TEST_DLL void TestSummary(void);
H5TEST_DLL void TestCleanup(void);
+H5TEST_DLL void TestShutdown(void);
H5TEST_DLL void TestInit(const char *ProgName, void (*private_usage)(void), int (*private_parser)(int ac, char *av[]));
H5TEST_DLL int GetTestVerbosity(void);
H5TEST_DLL int SetTestVerbosity(int newval);