summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-09-26 14:18:28 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-09-26 14:18:28 (GMT)
commit5884b869155616ad96892ef64c91ed9e975181c7 (patch)
tree52209a8246a624daa8665b6a3fed23c97a1d5881 /test/testhdf5.h
parent45a7ae09d2c9651cabb09b3786cb067d8016194a (diff)
downloadhdf5-5884b869155616ad96892ef64c91ed9e975181c7.zip
hdf5-5884b869155616ad96892ef64c91ed9e975181c7.tar.gz
hdf5-5884b869155616ad96892ef64c91ed9e975181c7.tar.bz2
[svn-r4478] 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. (Same code has been tested in v1.5)
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r--test/testhdf5.h2
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 */