diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-07-10 19:51:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-07-10 19:51:56 (GMT) |
commit | 91d63fa0ae9cfe13ef73bd6d4c05b1e47b4a6ebf (patch) | |
tree | fd0df56b6c8f842aaf75fd280ba789ee1ec7060c /tools/h5dump/CMakeLists.txt | |
parent | 59da54f0fd240bad4811df23af2f62d96d9a2f09 (diff) | |
download | hdf5-91d63fa0ae9cfe13ef73bd6d4c05b1e47b4a6ebf.zip hdf5-91d63fa0ae9cfe13ef73bd6d4c05b1e47b4a6ebf.tar.gz hdf5-91d63fa0ae9cfe13ef73bd6d4c05b1e47b4a6ebf.tar.bz2 |
[svn-r22548] added test for "-w0" option
Tested: local linux
Diffstat (limited to 'tools/h5dump/CMakeLists.txt')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 2af52b7..0da418d 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -177,6 +177,7 @@ IF (BUILD_TESTING) ${HDF5_TOOLS_SRC_DIR}/testfiles/tvldtypes5.ddl ${HDF5_TOOLS_SRC_DIR}/testfiles/tvlstr.ddl ${HDF5_TOOLS_SRC_DIR}/testfiles/tvms.ddl + ${HDF5_TOOLS_SRC_DIR}/testfiles/twidedisplay.ddl ${HDF5_TOOLS_SRC_DIR}/testfiles/h5dump-help.txt ${HDF5_TOOLS_SRC_DIR}/testfiles/out3.h5import ) @@ -973,6 +974,9 @@ IF (BUILD_TESTING) ADD_HELP_TEST(help 0 -h) + # test for maximum display datasets + ADD_H5_TEST (twidedisplay 0 -w0 --enable-error-stack packedbits.h5) + # test for signed/unsigned datasets ADD_H5_TEST (packedbits 0 --enable-error-stack packedbits.h5) # test for compound signed/unsigned datasets |