diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-10-13 21:30:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-10-13 21:30:49 (GMT) |
commit | bfedcf281c1bc87df929eef65f863b2fa9eeb185 (patch) | |
tree | d75c34f470f6ddcc32c14eac0c5cde962228bcab /test/testhdf5.c | |
parent | 5389806ce86337bad48fe293b4faabd8c8c61b53 (diff) | |
download | hdf5-bfedcf281c1bc87df929eef65f863b2fa9eeb185.zip hdf5-bfedcf281c1bc87df929eef65f863b2fa9eeb185.tar.gz hdf5-bfedcf281c1bc87df929eef65f863b2fa9eeb185.tar.bz2 |
[svn-r758] Added test code for object references.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index d83062e..612a4ac 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -170,6 +170,7 @@ main(int argc, char *argv[]) InitTest("h5s", test_h5s, cleanup_h5s, "Dataspaces"); InitTest("attr", test_attr, cleanup_attr, "Attributes"); InitTest("select", test_select, cleanup_select, "Selections"); + InitTest("reference", test_reference, cleanup_reference, "References"); Verbosity = 4; /* Default Verbosity is Low */ H5get_libversion(&major, &minor, &release); |