diff options
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index 2274b78..b4f1342 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -127,6 +127,7 @@ void test_tst(void); void test_heap(void); void test_refstr(void); void test_file(void); +void test_h5o(void); void test_h5t(void); void test_h5s(void); void test_h5d(void); @@ -148,6 +149,7 @@ void test_unicode(void); /* Prototypes for the cleanup routines */ void cleanup_metadata(void); void cleanup_file(void); +void cleanup_h5o(void); void cleanup_h5s(void); void cleanup_attr(void); void cleanup_select(void); |