summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-09 21:47:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-09 21:47:59 (GMT)
commitf178100d14450c2f1f08a91aab9b070af163988b (patch)
tree82cd9ffdd5356f7570ee5183ee484eac7eeb347d /test/testhdf5.c
parente32c78d023348c70255c3835a4f904862414fb0d (diff)
downloadhdf5-f178100d14450c2f1f08a91aab9b070af163988b.zip
hdf5-f178100d14450c2f1f08a91aab9b070af163988b.tar.gz
hdf5-f178100d14450c2f1f08a91aab9b070af163988b.tar.bz2
[svn-r2844] Purpose:
New Feature Description: Added array datatype tests to the regression tests. These datatype combinations are tested currently: 1-D array of atomic datatypes 3-D array of atomic datatypes array of array of atomic datatypes array of compound of atomic datatypes array of compound of array datatypes array of VL of atomic datatypes array of VL of array datatypes Also added a test to verify that the older style compound datatype with array fields works correctly. 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 2b79074..51b6ef3 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -173,6 +173,7 @@ main(int argc, char *argv[])
InitTest("vltypes", test_vltypes, cleanup_vltypes, "Variable-Length Datatypes");
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");
Verbosity = 4; /* Default Verbosity is Low */
H5get_libversion(&major, &minor, &release);