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 0868983..f89e1dc 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -121,6 +121,8 @@ int print_func(const char *,...); /* Prototypes for the test routines */ void test_metadata(void); void test_tbbt(void); +void test_tst(void); +void test_refstr(void); void test_file(void); void test_h5t(void); void test_h5s(void); |