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 0bc00d7..777ec1d 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -130,6 +130,7 @@ void test_refstr(void); void test_file(void); void test_h5t(void); void test_h5s(void); +void test_coords(void); void test_h5d(void); void test_attr(void); void test_select(void); @@ -148,6 +149,7 @@ void test_skiplist(void); void cleanup_metadata(void); void cleanup_file(void); void cleanup_h5s(void); +void cleanup_coords(void); void cleanup_attr(void); void cleanup_select(void); void cleanup_time(void); |