diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-12 00:10:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-12 00:10:08 (GMT) |
commit | 7a4d4b9aa2d54be49b7447104015cf366fd8e0a6 (patch) | |
tree | 0d7e49c91281c2a0c91349923687c131c83522c6 /test/testhdf5.c | |
parent | a4076b55981d2faa677eeade27d0aa0b37782f5c (diff) | |
download | hdf5-7a4d4b9aa2d54be49b7447104015cf366fd8e0a6.zip hdf5-7a4d4b9aa2d54be49b7447104015cf366fd8e0a6.tar.gz hdf5-7a4d4b9aa2d54be49b7447104015cf366fd8e0a6.tar.bz2 |
[svn-r2872] Purpose:
Code update
Description:
Added stub for generic property testing, although it doesn't do anything
yet.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
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 51b6ef3..e206046 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -174,6 +174,7 @@ main(int argc, char *argv[]) InitTest("vlstrings", test_vlstrings, cleanup_vlstrings, "Variable-Length Strings"); InitTest("iterate", test_iterate, cleanup_iterate, "Group & Attribute Iteration"); InitTest("array", test_array, cleanup_array, "Array Datatypes"); + InitTest("genprop", test_genprop, cleanup_genprop, "Generic Properties"); Verbosity = 4; /* Default Verbosity is Low */ H5get_libversion(&major, &minor, &release); |