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 04ee954..c455b2b 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -138,6 +138,7 @@ void test_h5t(void); void test_h5s(void); void test_h5d(void); void test_attr(void); +void test_select(void); /* Prototypes for the cleanup routines */ void cleanup_metadata(void); @@ -147,5 +148,6 @@ void cleanup_ohdr(void); void cleanup_stab(void); void cleanup_h5s(void); void cleanup_attr(void); +void cleanup_select(void); #endif /* HDF5cleanup_H */ |