summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-10-14 19:12:44 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-10-14 19:12:44 (GMT)
commita7073e240e1a5e6de342fb6f8c25b7235f3e94f1 (patch)
tree675a29a223b1b018b4d8c679dc06bea8dbc9c196 /test
parent7d1bf17b3dcf0082454c1b522790c762a0281ad2 (diff)
downloadhdf5-a7073e240e1a5e6de342fb6f8c25b7235f3e94f1.zip
hdf5-a7073e240e1a5e6de342fb6f8c25b7235f3e94f1.tar.gz
hdf5-a7073e240e1a5e6de342fb6f8c25b7235f3e94f1.tar.bz2
[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.
Diffstat (limited to 'test')
-rw-r--r--test/testhdf5.c2
1 files changed, 1 insertions, 1 deletions
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);