summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-10-13 21:30:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-10-13 21:30:49 (GMT)
commitbfedcf281c1bc87df929eef65f863b2fa9eeb185 (patch)
treed75c34f470f6ddcc32c14eac0c5cde962228bcab /test/testhdf5.h
parent5389806ce86337bad48fe293b4faabd8c8c61b53 (diff)
downloadhdf5-bfedcf281c1bc87df929eef65f863b2fa9eeb185.zip
hdf5-bfedcf281c1bc87df929eef65f863b2fa9eeb185.tar.gz
hdf5-bfedcf281c1bc87df929eef65f863b2fa9eeb185.tar.bz2
[svn-r758] Added test code for object references.
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r--test/testhdf5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h
index c455b2b..16df4e5 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -139,6 +139,7 @@ void test_h5s(void);
void test_h5d(void);
void test_attr(void);
void test_select(void);
+void test_reference(void);
/* Prototypes for the cleanup routines */
void cleanup_metadata(void);
@@ -149,5 +150,6 @@ void cleanup_stab(void);
void cleanup_h5s(void);
void cleanup_attr(void);
void cleanup_select(void);
+void cleanup_reference(void);
#endif /* HDF5cleanup_H */