summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-05-18 17:31:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-05-18 17:31:21 (GMT)
commit1c51b0ec6aac3498cc5eba2b709425664b9f82da (patch)
treed483e0aeaf6e555a0a96f1febc0c5cc196b0adf4
parent3b889fc8d0d54fd5392a74e199eeb13b3a592b09 (diff)
downloadhdf5-1c51b0ec6aac3498cc5eba2b709425664b9f82da.zip
hdf5-1c51b0ec6aac3498cc5eba2b709425664b9f82da.tar.gz
hdf5-1c51b0ec6aac3498cc5eba2b709425664b9f82da.tar.bz2
[svn-r18846] Removed obsolete packed bits tests
-rw-r--r--tools/h5dump/CMakeLists.txt2
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).