summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-12 00:10:08 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-12 00:10:08 (GMT)
commit7a4d4b9aa2d54be49b7447104015cf366fd8e0a6 (patch)
tree0d7e49c91281c2a0c91349923687c131c83522c6 /test/testhdf5.c
parenta4076b55981d2faa677eeade27d0aa0b37782f5c (diff)
downloadhdf5-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.c1
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);