diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-09-26 05:37:15 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-09-26 05:37:15 (GMT) |
commit | 2612814874e843aedcba5848a6818b42d735365f (patch) | |
tree | 0f2cf41683dc18bbebf1235d158f2dca178d7358 /test/testhdf5.c | |
parent | ed663577a5394d34a0cfbe5cd5443af1f7957dc5 (diff) | |
download | hdf5-2612814874e843aedcba5848a6818b42d735365f.zip hdf5-2612814874e843aedcba5848a6818b42d735365f.tar.gz hdf5-2612814874e843aedcba5848a6818b42d735365f.tar.bz2 |
[svn-r4474] 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, regular, arabica.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 1 |
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"); |