summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-09-26 14:18:28 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-09-26 14:18:28 (GMT)
commit5884b869155616ad96892ef64c91ed9e975181c7 (patch)
tree52209a8246a624daa8665b6a3fed23c97a1d5881 /test/testhdf5.c
parent45a7ae09d2c9651cabb09b3786cb067d8016194a (diff)
downloadhdf5-5884b869155616ad96892ef64c91ed9e975181c7.zip
hdf5-5884b869155616ad96892ef64c91ed9e975181c7.tar.gz
hdf5-5884b869155616ad96892ef64c91ed9e975181c7.tar.bz2
[svn-r4478] Purpose:
New feature. Description: Added a test to verify the correctness of information provided by configure in H5config.h. Some information, such as SIZEOF some types can be hardcoded by config/<machine>. This test verified the information is indeed correct. Currenly, only size of C language types are verified. Platforms tested: eirene. (Same code has been tested in v1.5)
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 b7cd79f..798c3ee 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -156,6 +156,7 @@ main(int argc, char *argv[])
H5Eset_auto (NULL, NULL);
/* Tests are generally arranged from least to most complexity... */
+ InitTest("configure", test_configure, cleanup_configure, "Configure definitions");
InitTest("metadata", test_metadata, cleanup_metadata, "Encode/decode metadata code");
InitTest("tbbt", test_tbbt, NULL, "Threaded, Balanced, Binary Trees");
InitTest("file", test_file, cleanup_file, "Low-Level File I/O");