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.h | |
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.h')
-rw-r--r-- | test/testhdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index 8266d3b..ad0d19b 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -118,6 +118,7 @@ int print_func(const char *,...); /* Prototypes for the test routines */ void test_metadata(void); +void test_tbbt(void); void test_file(void); void test_h5t(void); void test_h5s(void); |