diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-11-13 20:41:36 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-11-13 20:41:36 (GMT) |
commit | b6c317f27cd150aa7bfc4e9cf275629570c9a319 (patch) | |
tree | 3413a54aec3bbebb821088a473f6ff425c3d39be /test/testhdf5.h | |
parent | 77c265f26746359cf348437702c93c162f7022f6 (diff) | |
download | hdf5-b6c317f27cd150aa7bfc4e9cf275629570c9a319.zip hdf5-b6c317f27cd150aa7bfc4e9cf275629570c9a319.tar.gz hdf5-b6c317f27cd150aa7bfc4e9cf275629570c9a319.tar.bz2 |
[svn-r12902] Checkin of Shared Object Header Message work.
This feature is still in progress; Shared Object Header Messages are not
complete as a feature and are not thoroughly tested. There are still
"TODO" comments in the code (comments with the word "JAMES" in them,
so as not to be confused with other TODO comments).
Hopefully this checkin will reduce the liklihood of conflicts as I finish
implementing this feature.
All current tests pass on juniper, copper (parallel), heping, kagiso, and mir.
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index c085b5a..b8a30ec 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -145,6 +145,7 @@ void test_configure(void); void test_misc(void); void test_ids(void); void test_skiplist(void); +void test_sohm(void); void test_unicode(void); /* Prototypes for the cleanup routines */ @@ -163,6 +164,7 @@ void cleanup_iterate(void); void cleanup_array(void); void cleanup_genprop(void); void cleanup_configure(void); +void cleanup_sohm(void); void cleanup_misc(void); void cleanup_unicode(void); @@ -170,4 +172,3 @@ void cleanup_unicode(void); } #endif #endif /* TESTHDF5_H */ - |