summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-05-14 07:44:02 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-05-14 07:44:02 (GMT)
commit2c3b5981587265f9735b09ee6d9caa60a3d1d4bc (patch)
tree6251ad6466e583f98648c571c6da9d0033a81032 /test/ttsafe.c
parentdcc66a4f157ace0858b788228550f3e104df3242 (diff)
downloadhdf5-2c3b5981587265f9735b09ee6d9caa60a3d1d4bc.zip
hdf5-2c3b5981587265f9735b09ee6d9caa60a3d1d4bc.tar.gz
hdf5-2c3b5981587265f9735b09ee6d9caa60a3d1d4bc.tar.bz2
Updated the threadsafety test to use error macros instead
of asserts.
Diffstat (limited to 'test/ttsafe.c')
-rw-r--r--test/ttsafe.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c
index ae4d7c5..89c87a3 100644
--- a/test/ttsafe.c
+++ b/test/ttsafe.c
@@ -27,14 +27,8 @@
* Each test module should include ttsafe.h and define a unique set of
* names for test files they create.
*
- * BUGS/LIMITATIONS
- *
- * EXPORTED ROUTINES/VARIABLES:
- *
*/
-#include "h5test.h"
-
/* ANY new test needs to have a prototype in ttsafe.h */
#include "ttsafe.h"
@@ -120,7 +114,7 @@ int main(int argc, char *argv[])
#else /* H5_HAVE_THREADSAFE */
- printf("Most thread-safety tests skipped because THREADSAFE not enabled\n");
+ HDprintf("Most thread-safety tests skipped because THREADSAFE not enabled\n");
#endif /* H5_HAVE_THREADSAFE */