diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-02-28 00:04:29 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-02-28 00:04:29 (GMT) |
commit | 4899c9ab47b3e543a40dee3729a31c54807f0e9f (patch) | |
tree | a4d1b8e73423b600c5fbc367ffc1928482d5742e /test | |
parent | c9885a51d869c429d93c75a1dfaada3134535db9 (diff) | |
download | hdf5-4899c9ab47b3e543a40dee3729a31c54807f0e9f.zip hdf5-4899c9ab47b3e543a40dee3729a31c54807f0e9f.tar.gz hdf5-4899c9ab47b3e543a40dee3729a31c54807f0e9f.tar.bz2 |
Misc improvement
Description:
- Added test file for h5repack test VERIFY_INVALIDBOUNDS
- Updated MANIFEST
- Removed unnecessary header file in test
- Update h5repack script to copy the new file to the test location
Platforms tested:
Linux/64 (jelly)
Darwin (osx1010test)
Diffstat (limited to 'test')
-rw-r--r-- | test/dtypes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dtypes.c b/test/dtypes.c index e480682..e98f6be 100644 --- a/test/dtypes.c +++ b/test/dtypes.c @@ -18,7 +18,6 @@ * Purpose: Tests the datatype interface (H5T) */ -#include "h5test.h" #include "testhdf5.h" #include "H5srcdir.h" #include "H5Iprivate.h" /* For checking that datatype id's don't leak */ |