summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LT.h
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src/H5LT.h')
-rw-r--r--hl/src/H5LT.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/src/H5LT.h b/hl/src/H5LT.h
index bdf7f8f..3380888 100644
--- a/hl/src/H5LT.h
+++ b/hl/src/H5LT.h
@@ -27,6 +27,7 @@
#endif
#define TESTING(WHAT) {printf("%-70s", "Testing " WHAT); fflush(stdout);}
+#define TESTING2(WHAT) {printf("%-70s", "Testing " WHAT); fflush(stdout);}
#define PASSED() {puts(" PASSED");fflush(stdout);}
#define H5_FAILED() {puts("*FAILED*");fflush(stdout);}
#define SKIPPED() {puts(" -SKIP-");fflush(stdout);}