summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-09-13 17:44:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-09-13 17:44:44 (GMT)
commitfc65a4e66ee8f01419b5699f367ab7d79eb2f268 (patch)
tree3a2fdbd6e986ed9b0f5d5bdba915381ad0d71c54 /testpar
parentd36cd7cba56a3a70859ab7ca4f5120195b1a4d34 (diff)
downloadhdf5-fc65a4e66ee8f01419b5699f367ab7d79eb2f268.zip
hdf5-fc65a4e66ee8f01419b5699f367ab7d79eb2f268.tar.gz
hdf5-fc65a4e66ee8f01419b5699f367ab7d79eb2f268.tar.bz2
[svn-r22759] Description:
Bring r22758 from trunk to 1.8 branch: Bring generic improvements from encode/decode property list branch to the trunk. This includes a better version of the property list comparison routine, cleaned up compiler warnings, and some cleaned up property list callbacks. Also, started on changes to clean up parallel test output, so that it doesn't report successful tests from each process. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, GCC 4.7.x, FORTRAN, C++, threadsafe and parallel (h5committested on trunk)
Diffstat (limited to 'testpar')
-rw-r--r--testpar/testpar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/testpar.h b/testpar/testpar.h
index ce11204..2c99103 100644
--- a/testpar/testpar.h
+++ b/testpar/testpar.h
@@ -18,6 +18,9 @@
#ifndef TESTPAR_H
#define TESTPAR_H
+/* Indicate that these are parallel tests, for the testing framework */
+#define H5_PARALLEL_TEST
+
#include "h5test.h"
/* Constants definitions */