diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-09 21:47:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-09 21:47:59 (GMT) |
commit | f178100d14450c2f1f08a91aab9b070af163988b (patch) | |
tree | 82cd9ffdd5356f7570ee5183ee484eac7eeb347d /test/testhdf5.h | |
parent | e32c78d023348c70255c3835a4f904862414fb0d (diff) | |
download | hdf5-f178100d14450c2f1f08a91aab9b070af163988b.zip hdf5-f178100d14450c2f1f08a91aab9b070af163988b.tar.gz hdf5-f178100d14450c2f1f08a91aab9b070af163988b.tar.bz2 |
[svn-r2844] Purpose:
New Feature
Description:
Added array datatype tests to the regression tests. These datatype
combinations are tested currently:
1-D array of atomic datatypes
3-D array of atomic datatypes
array of array of atomic datatypes
array of compound of atomic datatypes
array of compound of array datatypes
array of VL of atomic datatypes
array of VL of array datatypes
Also added a test to verify that the older style compound datatype with
array fields works correctly.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index 93b3398..ae2ccc6 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -130,6 +130,7 @@ void test_reference(void); void test_vltypes(void); void test_vlstrings(void); void test_iterate(void); +void test_array(void); /* Prototypes for the cleanup routines */ void cleanup_metadata(void); @@ -142,5 +143,6 @@ void cleanup_reference(void); void cleanup_vltypes(void); void cleanup_vlstrings(void); void cleanup_iterate(void); +void cleanup_array(void); #endif /* HDF5cleanup_H */ |