160
160
 
#define VERBOSITY_STR   "Verbosity"
161
161
 
#define SKIP_STR        "Skip"
162
162
 
#define TEST_STR        "Test"
163
163
 
#define CLEAN_STR       "Cleanup"
164
164
 
165
165
 
#ifdef __cplusplus
166
166
 
extern "C" {
167
167
 
#endif
168
168
 
169
169
 
/* Prototypes for the test routines */
170
 
-
void                    test_metadata(void);
171
 
-
void                    test_checksum(void);
172
 
-
void                    test_tst(void);
173
 
-
void                    test_heap(void);
174
 
-
void                    test_refstr(void);
175
 
-
void                    test_file(void);
176
 
-
void                    test_h5o(void);
177
 
-
void                    test_h5t(void);
178
 
-
void                    test_h5s(void);
179
 
-
void                    test_coords(void);
180
 
-
void                    test_h5d(void);
181
 
-
void                    test_attr(void);
182
 
-
void                    test_select(void);
183
 
-
void                    test_time(void);
184
 
-
void                    test_reference(void);
185
 
-
void                    test_vltypes(void);
186
 
-
void                    test_vlstrings(void);
187
 
-
void                    test_iterate(void);
188
 
-
void                    test_array(void);
189
 
-
void                    test_genprop(void);
190
 
-
void            test_configure(void);
191
 
-
void            test_misc(void);
192
 
-
void            test_ids(void);
193
 
-
void            test_skiplist(void);
194
 
-
void            test_sohm(void);
195
 
-
void            test_unicode(void);
 
170
+
void test_metadata(void);
 
171
+
void test_checksum(void);
 
172
+
void test_tst(void);
 
173
+
void test_heap(void);
 
174
+
void test_refstr(void);
 
175
+
void test_file(void);
 
176
+
void test_h5o(void);
 
177
+
void test_h5t(void);
 
178
+
void test_h5s(void);
 
179
+
void test_coords(void);
 
180
+
void test_h5d(void);
 
181
+
void test_attr(void);
 
182
+
void test_select(void);
 
183
+
void test_time(void);
 
184
+
void test_reference(void);
 
185
+
void test_vltypes(void);
 
186
+
void test_vlstrings(void);
 
187
+
void test_iterate(void);
 
188
+
void test_array(void);
 
189
+
void test_genprop(void);
 
190
+
void test_configure(void);
 
191
+
void test_misc(void);
 
192
+
void test_ids(void);
 
193
+
void test_skiplist(void);
 
194
+
void test_sohm(void);
 
195
+
void test_unicode(void);
 
196
+
void test_verbounds_18(void);
196
197
 
197
198
 
/* Prototypes for the cleanup routines */
198
 
-
void                    cleanup_metadata(void);
199
 
-
void                    cleanup_checksum(void);
200
 
-
void                    cleanup_file(void);
201
 
-
void                    cleanup_h5o(void);
202
 
-
void                    cleanup_h5s(void);
203
 
-
void                    cleanup_coords(void);
204
 
-
void                    cleanup_attr(void);
205
 
-
void                    cleanup_select(void);
206
 
-
void                    cleanup_time(void);
207
 
-
void                    cleanup_reference(void);
208
 
-
void                    cleanup_vltypes(void);
209
 
-
void                    cleanup_vlstrings(void);
210
 
-
void                    cleanup_iterate(void);
211
 
-
void                    cleanup_array(void);
212
 
-
void                    cleanup_genprop(void);
213
 
-
void            cleanup_configure(void);
214
 
-
void            cleanup_sohm(void);
215
 
-
void            cleanup_misc(void);
216
 
-
void            cleanup_unicode(void);
 
199
+
void cleanup_metadata(void);
 
200
+
void cleanup_checksum(void);
 
201
+
void cleanup_file(void);
 
202
+
void cleanup_h5o(void);
 
203
+
void cleanup_h5s(void);
 
204
+
void cleanup_coords(void);
 
205
+
void cleanup_attr(void);
 
206
+
void cleanup_select(void);
 
207
+
void cleanup_time(void);
 
208
+
void cleanup_reference(void);
 
209
+
void cleanup_vltypes(void);
 
210
+
void cleanup_vlstrings(void);
 
211
+
void cleanup_iterate(void);
 
212
+
void cleanup_array(void);
 
213
+
void cleanup_genprop(void);
 
214
+
void cleanup_configure(void);
 
215
+
void cleanup_sohm(void);
 
216
+
void cleanup_misc(void);
 
217
+
void cleanup_unicode(void);
 
218
+
void cleanup_verbounds_18(void);
217
219
 
218
220
 
#ifdef __cplusplus
219
221
 
}
220
222
 
#endif
221
223
 
#endif /* TESTHDF5_H */