summaryrefslogtreecommitdiffstats
path: root/test/cmpd_dset.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-06 17:53:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-06 17:53:16 (GMT)
commit0e53db4964c1b615f7553f370d9a451fedd06252 (patch)
tree54a6e2cc3e7f711ab56573a4fcbab7fbcf3245b8 /test/cmpd_dset.c
parent64e365a48fece102cf43ed19634e36a53647ed4e (diff)
downloadhdf5-0e53db4964c1b615f7553f370d9a451fedd06252.zip
hdf5-0e53db4964c1b615f7553f370d9a451fedd06252.tar.gz
hdf5-0e53db4964c1b615f7553f370d9a451fedd06252.tar.bz2
[svn-r8024] Purpose:
Code cleanup Description: Refactor library testing framework (used for the testhdf5 & ttsafe tests) to remove almost all of the duplicated code, moving the common code into a new 'testframe.c' source file. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o thread-safety h5committest
Diffstat (limited to 'test/cmpd_dset.c')
-rw-r--r--test/cmpd_dset.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c
index 8bee741..ddc8a83 100644
--- a/test/cmpd_dset.c
+++ b/test/cmpd_dset.c
@@ -19,6 +19,10 @@
/* See H5private.h for how to include headers */
#undef NDEBUG
+
+#define H5T_PACKAGE
+#include "H5Tpkg.h" /*to turn off hardware conversions*/
+
#include "h5test.h"
const char *FILENAME[] = {