diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-29 23:19:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-29 23:19:22 (GMT) |
commit | 064648a1f6c43e36da540ca28136b72bd038084e (patch) | |
tree | 511c515642d54414695d5e5a957422432822a50e /test/testhdf5.h | |
parent | 38a47455632a9845c5ddce1462e541e46c308cdc (diff) | |
download | hdf5-064648a1f6c43e36da540ca28136b72bd038084e.zip hdf5-064648a1f6c43e36da540ca28136b72bd038084e.tar.gz hdf5-064648a1f6c43e36da540ca28136b72bd038084e.tar.bz2 |
[svn-r59] Added [basic] testing for H5T interface, which appears to be working well.
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 fb67428..37321ec 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -103,6 +103,7 @@ void test_file(void); void test_heap (void); void test_ohdr (void); void test_stab (void); +void test_h5t (void); #endif /* HDF5TEST_H */ |