diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-11 22:05:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-11 22:05:04 (GMT) |
commit | 50133e2ff42ab2dd28d5961e942594dea7c10521 (patch) | |
tree | 39681155151cd81e3885d4a5d66e9c45b151f9ea /test/testhdf5.h | |
parent | a556665ad19e7a97ace5449673a26a4b581940b3 (diff) | |
download | hdf5-50133e2ff42ab2dd28d5961e942594dea7c10521.zip hdf5-50133e2ff42ab2dd28d5961e942594dea7c10521.tar.gz hdf5-50133e2ff42ab2dd28d5961e942594dea7c10521.tar.bz2 |
[svn-r1333] Added the test_vltypes() to the other tests.
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 a9d99f5..574bfeb 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -125,6 +125,7 @@ void test_h5d(void); void test_attr(void); void test_select(void); void test_reference(void); +void test_vltypes(void); /* Prototypes for the cleanup routines */ void cleanup_metadata(void); @@ -133,5 +134,6 @@ void cleanup_h5s(void); void cleanup_attr(void); void cleanup_select(void); void cleanup_reference(void); +void cleanup_vltypes(void); #endif /* HDF5cleanup_H */ |