diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-02-20 20:12:51 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-02-20 20:12:51 (GMT) |
commit | ec361559b3a78126e70ec4abd74a98d5faff53f0 (patch) | |
tree | 828740a9fc0139e8dc1ac405a5b0e62e28188321 /test/testhdf5.h | |
parent | 65c670d39cb5466185f23e6a39a743f02e4f4ae8 (diff) | |
parent | 9f2802f23cad8dd16f21b85c0dd9c97008a51f76 (diff) | |
download | hdf5-ec361559b3a78126e70ec4abd74a98d5faff53f0.zip hdf5-ec361559b3a78126e70ec4abd74a98d5faff53f0.tar.gz hdf5-ec361559b3a78126e70ec4abd74a98d5faff53f0.tar.bz2 |
Merge branch 'develop' into avoid_trunc_beta
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index 127c687..1f3f6a0 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -18,13 +18,6 @@ #ifndef TESTHDF5_H #define TESTHDF5_H -/* - * Include required headers. This file tests internal library functions, - * so we include the private headers here. - */ -#include "H5private.h" -#include "H5Eprivate.h" - /* Include generic testing header also */ #include "h5test.h" @@ -204,12 +197,12 @@ void test_vlstrings(void); void test_iterate(void); void test_array(void); void test_genprop(void); -void test_configure(void); -void test_misc(void); -void test_ids(void); -void test_skiplist(void); -void test_sohm(void); -void test_unicode(void); +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 */ void cleanup_metadata(void); @@ -227,10 +220,10 @@ void cleanup_vlstrings(void); 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); +void cleanup_configure(void); +void cleanup_sohm(void); +void cleanup_misc(void); +void cleanup_unicode(void); #ifdef __cplusplus } |