diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-01-16 18:38:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-01-16 18:38:58 (GMT) |
commit | ceb07d21b0150e50f1fc5404780ad0487f87d9b6 (patch) | |
tree | 20ac566b8864a9d4579b5d7897cbf473038ab889 /tools/h5dump/CMakeLists.txt | |
parent | c80e3a0d136ca639ed8bb4712913d8350653d58f (diff) | |
download | hdf5-ceb07d21b0150e50f1fc5404780ad0487f87d9b6.zip hdf5-ceb07d21b0150e50f1fc5404780ad0487f87d9b6.tar.gz hdf5-ceb07d21b0150e50f1fc5404780ad0487f87d9b6.tar.bz2 |
[svn-r23169] HDFFV-8169: String binary dump test scripts
Diffstat (limited to 'tools/h5dump/CMakeLists.txt')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index cec6c31..bcc415a 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -176,6 +176,8 @@ IF (BUILD_TESTING) ${HDF5_TOOLS_SRC_DIR}/testfiles/tsplit_file.ddl ${HDF5_TOOLS_SRC_DIR}/testfiles/tstr-1.ddl ${HDF5_TOOLS_SRC_DIR}/testfiles/tstr-2.ddl + ${HDF5_TOOLS_SRC_DIR}/testfiles/tstr2bin2.exp + ${HDF5_TOOLS_SRC_DIR}/testfiles/tstr2bin6.exp ${HDF5_TOOLS_SRC_DIR}/testfiles/tstring.ddl ${HDF5_TOOLS_SRC_DIR}/testfiles/tstring2.ddl ${HDF5_TOOLS_SRC_DIR}/testfiles/tstringe.ddl @@ -1106,6 +1108,8 @@ IF (BUILD_TESTING) tstr-1.out.err tstr-2.out tstr-2.out.err + tstr2bin2.txt + tstr2bin6.txt tstring.out tstring.out.err tstring2.out @@ -1427,6 +1431,10 @@ IF (BUILD_TESTING) # test for binary output ADD_H5_TEST (tbin1LE 0 --enable-error-stack -d integer -o out1LE.bin -b LE tbinary.h5) + # test for string binary output + ADD_H5_EXPORT_TEST (tstr2bin2 tstr2.h5 0 --enable-error-stack -d /g2/dset2 -b -o) + ADD_H5_EXPORT_TEST (tstr2bin6 tstr2.h5 0 --enable-error-stack -d /g6/dset6 -b -o) + # NATIVE default. the NATIVE test can be validated with h5import/h5diff ADD_H5_TEST (tbin1 0 --enable-error-stack -d integer -o out1.bin -b tbinary.h5) IF (NOT "${last_test}" STREQUAL "") |