diff options
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index c085b5a..b8a30ec 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -145,6 +145,7 @@ void test_configure(void); void test_misc(void); void test_ids(void); void test_skiplist(void); +void test_sohm(void); void test_unicode(void); /* Prototypes for the cleanup routines */ @@ -163,6 +164,7 @@ void cleanup_iterate(void); void cleanup_array(void); void cleanup_genprop(void); void cleanup_configure(void); +void cleanup_sohm(void); void cleanup_misc(void); void cleanup_unicode(void); @@ -170,4 +172,3 @@ void cleanup_unicode(void); } #endif #endif /* TESTHDF5_H */ - |