Source
15
15
* This header file contains information required for testing the HDF5 library.
16
16
*/
17
17
18
18
#ifndef TTSAFE_H
19
19
#define TTSAFE_H
20
20
21
21
/*
22
22
* Include required headers. This file tests internal library functions,
23
23
* so we include the private headers here.
24
24
*/
25
-
#include "hdf5.h"
26
-
#include "H5private.h"
27
-
#include "H5Eprivate.h"
28
25
#include "testhdf5.h"
29
26
30
27
31
28
/* Prototypes for the support routines */
32
29
extern char* gen_name(int);
33
30
34
31
/* Prototypes for the test routines */
35
32
void tts_is_threadsafe(void);
36
33
#ifdef H5_HAVE_THREADSAFE
37
34
void tts_dcreate(void);