From a7073e240e1a5e6de342fb6f8c25b7235f3e94f1 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 14 Oct 2004 14:12:44 -0500 Subject: [svn-r9420] Bug fix. tconfig.c: Verified only the unsigned int types and did not detect inconsistencies on signed type such as int_fast16_t. Changed code to verify both signed and unsigned int types wherever applicable. It also depends on signed and unsigned forms of an int type must be of the same sizes. testhdf5.c: Shorten the configure test name to 'config'--easier to type. Tested on LLNL Frost and Snow. Will test in Copper after commit. --- test/testhdf5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testhdf5.c b/test/testhdf5.c index 813cc87..6234d01 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -43,7 +43,7 @@ main(int argc, char *argv[]) TestInit(argv[0], NULL, NULL); /* Tests are generally arranged from least to most complexity... */ - AddTest("configure", test_configure, cleanup_configure, "Configure definitions", NULL); + AddTest("config", test_configure, cleanup_configure, "Configure definitions", NULL); AddTest("metadata", test_metadata, cleanup_metadata, "Encode/decode metadata code", NULL); AddTest("tbbt", test_tbbt, NULL, "Threaded, Balanced, Binary Trees", NULL); AddTest("tst", test_tst, NULL, "Ternary Search Trees", NULL); -- cgit v0.12