summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-03-23 04:43:10 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-03-23 04:43:10 (GMT)
commit0642ae58be8a66a882e46c381753facea4568337 (patch)
tree47713c12cb41031b9352134d066c42b37f9d8e8d /test/testhdf5.h
parent40b72387aba7e8ca596e763cdb0b0ceb9a014470 (diff)
downloadhdf5-0642ae58be8a66a882e46c381753facea4568337.zip
hdf5-0642ae58be8a66a882e46c381753facea4568337.tar.gz
hdf5-0642ae58be8a66a882e46c381753facea4568337.tar.bz2
[svn-r8273] Purpose:
Code cleanup. Description: The routines residing in testframe.c was defined in testhdf5.h due to historical reason. It really belongs to h5test.h because those routines reside in libh55test.a. Solution: Moved them to the right place. Also removed the duplicated occurance of testframe.c in the TEST_SRC. Platforms tested: Tested in o2 (SGI) parallel.
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r--test/testhdf5.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h
index dc8b390..9f0171e 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -107,22 +107,6 @@
extern "C" {
#endif
-/* Routines for operating on the list of tests (for the "all in one" tests) */
-H5TEST_DLL void TestUsage(void);
-H5TEST_DLL void AddTest(const char *TheName, void (*TheCall) (void),
- void (*Cleanup) (void), const char *TheDescr);
-H5TEST_DLL void TestInfo(const char *ProgName);
-H5TEST_DLL void TestParseCmdLine(int argc, char *argv[], int *Summary, int *CleanUp);
-H5TEST_DLL void PerformTests(void);
-H5TEST_DLL void TestSummary(void);
-H5TEST_DLL void TestCleanup(void);
-H5TEST_DLL void TestInit(void);
-H5TEST_DLL int GetTestVerbosity(void);
-H5TEST_DLL int SetTestVerbosity(int newval);
-H5TEST_DLL void ParseTestVerbosity(char *argv);
-H5TEST_DLL int GetTestNumErrs(void);
-H5TEST_DLL int TestErrPrintf(const char *format, ...);
-
/* Prototypes for the test routines */
void test_metadata(void);
void test_tbbt(void);