summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-12 00:10:08 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-12 00:10:08 (GMT)
commit7a4d4b9aa2d54be49b7447104015cf366fd8e0a6 (patch)
tree0d7e49c91281c2a0c91349923687c131c83522c6 /test/testhdf5.h
parenta4076b55981d2faa677eeade27d0aa0b37782f5c (diff)
downloadhdf5-7a4d4b9aa2d54be49b7447104015cf366fd8e0a6.zip
hdf5-7a4d4b9aa2d54be49b7447104015cf366fd8e0a6.tar.gz
hdf5-7a4d4b9aa2d54be49b7447104015cf366fd8e0a6.tar.bz2
[svn-r2872] Purpose:
Code update Description: Added stub for generic property testing, although it doesn't do anything yet. Platforms tested: FreeBSD 4.1.1 (hawkwind)
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 ae2ccc6..7e6c9c6 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -131,6 +131,7 @@ void test_vltypes(void);
void test_vlstrings(void);
void test_iterate(void);
void test_array(void);
+void test_genprop(void);
/* Prototypes for the cleanup routines */
void cleanup_metadata(void);
@@ -144,5 +145,6 @@ void cleanup_vltypes(void);
void cleanup_vlstrings(void);
void cleanup_iterate(void);
void cleanup_array(void);
+void cleanup_genprop(void);
#endif /* HDF5cleanup_H */