summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LT.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2005-02-14 21:29:59 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2005-02-14 21:29:59 (GMT)
commit9aed26ea4af4444092fe8d7b769cfa7487659f9a (patch)
treed48894f4817913c5cb4e6523c6d38b7cf1371f25 /hl/src/H5LT.h
parent2870a5d07ae0345acc6f2cc2f90123fd382fb512 (diff)
downloadhdf5-9aed26ea4af4444092fe8d7b769cfa7487659f9a.zip
hdf5-9aed26ea4af4444092fe8d7b769cfa7487659f9a.tar.gz
hdf5-9aed26ea4af4444092fe8d7b769cfa7487659f9a.tar.bz2
[svn-r10006] Purpose:
new features Description: added a 1st batch of tests for error conditions Solution: Platforms tested: linux solaris Misc. update:
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);}