summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-09-04 13:03:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-09-04 13:03:31 (GMT)
commite58abf2a422e81bb49f315f4d9b014bbc63ad03a (patch)
tree3ee90465c1e4d48fb4ec596b04a8042d966e2dbf /test/testhdf5.c
parent39fc82dfb4480858b0e80bbc549ef1b268a6e4c0 (diff)
downloadhdf5-e58abf2a422e81bb49f315f4d9b014bbc63ad03a.zip
hdf5-e58abf2a422e81bb49f315f4d9b014bbc63ad03a.tar.gz
hdf5-e58abf2a422e81bb49f315f4d9b014bbc63ad03a.tar.bz2
[svn-r69] Added basic H5P test code, which seems to be working correctly.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index d7f4aea..3af58e1 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -158,9 +158,7 @@ int main(int argc, char *argv[])
InitTest("ohdr", test_ohdr, "Object Headers");
InitTest("stab", test_stab, "Symbol Tables");
InitTest("h5t", test_h5t, "Datatypes");
-#ifdef QAK
InitTest("h5p", test_h5p, "Dataspaces");
-#endif /* QAK */
Verbosity = 4; /* Default Verbosity is Low */
H5version(&major, &minor, &release, &patch);