summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-12-10 18:06:46 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-12-10 18:06:46 (GMT)
commite475727aeb3c31d7aac754448e85a8e5082b6caa (patch)
treeac1d4dc131104a465a7e85576a3bcec4dd7483da /test/testhdf5.c
parentd18280078ef816f72daf35661f9be76654d0a277 (diff)
downloadhdf5-e475727aeb3c31d7aac754448e85a8e5082b6caa.zip
hdf5-e475727aeb3c31d7aac754448e85a8e5082b6caa.tar.gz
hdf5-e475727aeb3c31d7aac754448e85a8e5082b6caa.tar.bz2
Adding tests for version bounds
Description: - Added test program, tverbounds18.c, that reads various files of different layout versions - Added the data files: bounds_earliest_latest.h5 bounds_earliest_v18.h5 bounds_latest_latest.h5 bounds_v18_latest.h5 bounds_v18_v18.h5 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
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 e52d1e8..de1c23d 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -66,6 +66,7 @@ main(int argc, char *argv[])
AddTest("unicode", test_unicode, cleanup_unicode, "UTF-8 Encoding", NULL);
AddTest("id", test_ids, NULL, "User-Created Identifiers", NULL);
AddTest("misc", test_misc, cleanup_misc, "Miscellaneous", NULL);
+ AddTest("verbounds18", test_verbounds_18, cleanup_verbounds_18, "Version Bounds", NULL);
/* Display testing information */
TestInfo(argv[0]);