diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-05-08 23:09:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-05-08 23:09:09 (GMT) |
commit | 04152995a9dbeed0bb4def400456bf3a9118d9aa (patch) | |
tree | d686863f122d6b0364afb1239e4aa346baf5db8e /test/testhdf5.c | |
parent | cf6470e7f0ddb439a77382136a708131f3255471 (diff) | |
download | hdf5-04152995a9dbeed0bb4def400456bf3a9118d9aa.zip hdf5-04152995a9dbeed0bb4def400456bf3a9118d9aa.tar.gz hdf5-04152995a9dbeed0bb4def400456bf3a9118d9aa.tar.bz2 |
[svn-r2222] Added TBBT testing code.
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 42577a4..ea88a7c 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -163,6 +163,7 @@ main(int argc, char *argv[]) /* Tests are generally arranged from least to most complexity... */ 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"); InitTest("h5s", test_h5s, cleanup_h5s, "Dataspaces"); InitTest("attr", test_attr, cleanup_attr, "Attributes"); |