summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-06-11 22:05:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-06-11 22:05:04 (GMT)
commit50133e2ff42ab2dd28d5961e942594dea7c10521 (patch)
tree39681155151cd81e3885d4a5d66e9c45b151f9ea /test/testhdf5.c
parenta556665ad19e7a97ace5449673a26a4b581940b3 (diff)
downloadhdf5-50133e2ff42ab2dd28d5961e942594dea7c10521.zip
hdf5-50133e2ff42ab2dd28d5961e942594dea7c10521.tar.gz
hdf5-50133e2ff42ab2dd28d5961e942594dea7c10521.tar.bz2
[svn-r1333] Added the test_vltypes() to the other 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 787d9b0..8774a88 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -168,6 +168,7 @@ main(int argc, char *argv[])
InitTest("attr", test_attr, cleanup_attr, "Attributes");
InitTest("select", test_select, cleanup_select, "Selections");
InitTest("reference", test_reference, cleanup_reference, "References");
+ InitTest("vltypes", test_vltypes, cleanup_vltypes, "Variable-Length Datatypes");
Verbosity = 4; /* Default Verbosity is Low */
H5get_libversion(&major, &minor, &release);