summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
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.c
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.c')
-rw-r--r--test/testhdf5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index 2312584..42577a4 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -170,6 +170,7 @@ main(int argc, char *argv[])
InitTest("reference", test_reference, cleanup_reference, "References");
InitTest("vltypes", test_vltypes, cleanup_vltypes, "Variable-Length Datatypes");
InitTest("vlstrings", test_vlstrings, cleanup_vlstrings, "Variable-Length Strings");
+ InitTest("iterate", test_iterate, cleanup_iterate, "Group & Attribute Iteration");
Verbosity = 4; /* Default Verbosity is Low */
H5get_libversion(&major, &minor, &release);