summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-05 20:51:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-05 20:51:44 (GMT)
commit1300bf5d8cf019be1a0d66c248ee03801aecd38c (patch)
treeaa76e5cbd60ba5aad906bf57100c9aee26adbcef /test/testhdf5.h
parentd1de790d2530b44d5671452f7db52fdee8e839f5 (diff)
downloadhdf5-1300bf5d8cf019be1a0d66c248ee03801aecd38c.zip
hdf5-1300bf5d8cf019be1a0d66c248ee03801aecd38c.tar.gz
hdf5-1300bf5d8cf019be1a0d66c248ee03801aecd38c.tar.bz2
[svn-r2082] Added additional group & attribute iteration tests.
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 d2d4a9b..8266d3b 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -127,6 +127,7 @@ void test_select(void);
void test_reference(void);
void test_vltypes(void);
void test_vlstrings(void);
+void test_iterate(void);
/* Prototypes for the cleanup routines */
void cleanup_metadata(void);
@@ -137,5 +138,6 @@ void cleanup_select(void);
void cleanup_reference(void);
void cleanup_vltypes(void);
void cleanup_vlstrings(void);
+void cleanup_iterate(void);
#endif /* HDF5cleanup_H */