summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-05-17 19:51:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-05-17 19:51:06 (GMT)
commitb2b00a7c4d9d2db90cc49522d6322ca2651c0562 (patch)
tree1103eb1da2ace6b2026b1cd692cfdb114bc97337 /tools
parent07ed9b81ae696fa79cd1cee080aa3c0b4a809452 (diff)
downloadhdf5-b2b00a7c4d9d2db90cc49522d6322ca2651c0562.zip
hdf5-b2b00a7c4d9d2db90cc49522d6322ca2651c0562.tar.gz
hdf5-b2b00a7c4d9d2db90cc49522d6322ca2651c0562.tar.bz2
[svn-r18830] Updated CMake file with r18826
Tested: local linux
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt
index e8aee41..57f08b7 100644
--- a/tools/h5dump/CMakeLists.txt
+++ b/tools/h5dump/CMakeLists.txt
@@ -246,6 +246,8 @@ IF (BUILD_TESTING)
#-- Copy all the HDF5 files from the test directory into the source directory
SET (HDF5_REFERENCE_PBITS
tnofilename-with-packed-bits.ddl
+ tpbitsArray.ddl
+ tpbitsCompound.ddl
tpbitsIncomplete.ddl
tpbitsLengthExceeded.ddl
tpbitsLengthPositive.ddl
@@ -651,6 +653,10 @@ IF (BUILD_TESTING)
ADD_SKIP_H5_TEST (tpbitsOverlapped 0 ${TESTTYPE} -d /DS08BITS -M 0,1,1,1,2,1,0,3 packedbits.h5)
# Maximum number of packed bits.
ADD_SKIP_H5_TEST (tpbitsMax 0 ${TESTTYPE} -d /DS08BITS -M 0,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1 packedbits.h5)
+ # Compound type.
+ ADD_SKIP_H5_TEST (tpbitsCompound 0 ${TESTTYPE} -d /dset1 -M 0,1,1,1 tcompound.h5)
+ # Array type.
+ ADD_SKIP_H5_TEST (tpbitsArray 0 ${TESTTYPE} -d /Dataset1 -M 0,1,1,1 tarray1.h5)
# Test Error handling.
# Too many packed bits requested. Max is 8 for now.
ADD_SKIP_H5_TEST (tpbitsMaxExceeded 1 ${TESTTYPE} -d /DS08BITS -M 0,1,0,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1 packedbits.h5)