summaryrefslogtreecommitdiffstats
path: root/c++/test/h5cpputil.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2007-01-29 02:41:27 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2007-01-29 02:41:27 (GMT)
commit38480e665742a86bd50fad08360ea3e5bde5db9d (patch)
tree3c128222deda0096e081728aa71f2ba72f2a480f /c++/test/h5cpputil.h
parentf94e51f7c14f8eb29d96790de4b973d5059902a6 (diff)
downloadhdf5-38480e665742a86bd50fad08360ea3e5bde5db9d.zip
hdf5-38480e665742a86bd50fad08360ea3e5bde5db9d.tar.gz
hdf5-38480e665742a86bd50fad08360ea3e5bde5db9d.tar.bz2
[svn-r13210] Purpose: Adding test
Description: - Added a brief test for DSetCreatPropList::setSzip. More through tests will be added later. - Moved check_values from dsets.cpp into h5cpputil.cpp for sharing with other tests. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) Linux 2.6 (kagiso)
Diffstat (limited to 'c++/test/h5cpputil.h')
-rw-r--r--c++/test/h5cpputil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/test/h5cpputil.h b/c++/test/h5cpputil.h
index 7aa77a9..ce2f4c7 100644
--- a/c++/test/h5cpputil.h
+++ b/c++/test/h5cpputil.h
@@ -36,6 +36,7 @@ using std::endl;
#define SUBTEST(WHAT) {printf(" Subtest: %-52s",WHAT); fflush(stdout);}
+int check_values (hsize_t i, hsize_t j, int apoint, int acheck);
int test_report (int, const H5std_string&);
void issue_fail_msg(const char* where, int line, const char* file_name,
const char* message="");
@@ -96,6 +97,7 @@ class InvalidActionException : public Exception {
void test_attr(void);
void test_compound(void);
void test_file(void);
+void test_filters(void);
void test_h5s(void);
void test_reference(void);
void test_types(void);
@@ -105,6 +107,7 @@ void test_vlstrings(void);
void cleanup_attr(void);
void cleanup_compound(void);
void cleanup_file(void);
+void cleanup_filters(void);
void cleanup_h5s(void);
void cleanup_reference(void);
void cleanup_types(void);