diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-18 17:32:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-18 17:32:02 (GMT) |
commit | 210f3f96761ecadf9d1ac4951e1d8dd5a4149313 (patch) | |
tree | 278e33a68d632f6b1f0915c5e098db6905a46ffb /tools | |
parent | afa5376210e7e85a2d64e24fd54c27c9c11725c7 (diff) | |
download | hdf5-210f3f96761ecadf9d1ac4951e1d8dd5a4149313.zip hdf5-210f3f96761ecadf9d1ac4951e1d8dd5a4149313.tar.gz hdf5-210f3f96761ecadf9d1ac4951e1d8dd5a4149313.tar.bz2 |
[svn-r18847] Removed obsolete packed bits tests
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 57f08b7..e25aead 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -637,8 +637,6 @@ IF (BUILD_TESTING) IF (NOT ${USE_PACKED_BITS}) SET (TESTTYPE "SKIP") ENDIF (NOT ${USE_PACKED_BITS}) - ADD_SKIP_H5_TEST (tpackedbits 0 ${TESTTYPE} -d /dset1 -M 0,2 tdset.h5) - ADD_SKIP_H5_TEST (tpackedbits2 0 ${TESTTYPE} -d /dset1 -M 0,2,2,1 tdset.h5) # Limits: # Maximum number of packed bits is 8 (for now). # Maximum integer size is 8 (for now). |