diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-09-26 05:37:15 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-09-26 05:37:15 (GMT) |
commit | 2612814874e843aedcba5848a6818b42d735365f (patch) | |
tree | 0f2cf41683dc18bbebf1235d158f2dca178d7358 /test/testhdf5.h | |
parent | ed663577a5394d34a0cfbe5cd5443af1f7957dc5 (diff) | |
download | hdf5-2612814874e843aedcba5848a6818b42d735365f.zip hdf5-2612814874e843aedcba5848a6818b42d735365f.tar.gz hdf5-2612814874e843aedcba5848a6818b42d735365f.tar.bz2 |
[svn-r4474] Purpose:
New feature.
Description:
Added a test to verify the correctness of information provided by
configure in H5config.h. Some information, such as SIZEOF some
types can be hardcoded by config/<machine>. This test verified
the information is indeed correct.
Currenly, only size of C language types are verified.
Platforms tested:
Eirene, regular, arabica.
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 d60c229..ff79e75 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -134,6 +134,7 @@ void test_vlstrings(void); void test_iterate(void); void test_array(void); void test_genprop(void); +void test_configure(void); /* Prototypes for the cleanup routines */ void cleanup_metadata(void); @@ -148,5 +149,6 @@ void cleanup_vlstrings(void); void cleanup_iterate(void); void cleanup_array(void); void cleanup_genprop(void); +void cleanup_configure(void); #endif /* HDF5cleanup_H */ |