diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-02 19:55:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-02 19:55:24 (GMT) |
commit | 7ad71c04d4d56beda813e8feb8e6f81a17b7fe03 (patch) | |
tree | a67420a43b68f818996c0129ba6dd91a09101df6 /test/testhdf5.c | |
parent | a079f8246edce1e373a4b2a9fd7c8178d1a87b4d (diff) | |
download | hdf5-7ad71c04d4d56beda813e8feb8e6f81a17b7fe03.zip hdf5-7ad71c04d4d56beda813e8feb8e6f81a17b7fe03.tar.gz hdf5-7ad71c04d4d56beda813e8feb8e6f81a17b7fe03.tar.bz2 |
[svn-r65] Removed Makefile from distribution, started added dataspace test routines.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index de0e248..d7f4aea 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -158,6 +158,9 @@ 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); |