summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-09-29 00:30:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-09-29 00:30:47 (GMT)
commit523f5cebb2bd446bba9b9c6e91f4335f67d90ea1 (patch)
treef387ba192c99003fb65a5eb26247240298be7618 /test/testhdf5.c
parent4d5186a245fa6f86efbbb77a2b640b1369dd58f5 (diff)
downloadhdf5-523f5cebb2bd446bba9b9c6e91f4335f67d90ea1.zip
hdf5-523f5cebb2bd446bba9b9c6e91f4335f67d90ea1.tar.gz
hdf5-523f5cebb2bd446bba9b9c6e91f4335f67d90ea1.tar.bz2
[svn-r1690] Added VL string test code.
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 8774a88..2312584 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -169,6 +169,7 @@ main(int argc, char *argv[])
InitTest("select", test_select, cleanup_select, "Selections");
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");
Verbosity = 4; /* Default Verbosity is Low */
H5get_libversion(&major, &minor, &release);