diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-14 21:13:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-14 21:13:45 (GMT) |
commit | 06bbdb5e59a8350144bbeeb1d5024e57244e123a (patch) | |
tree | 1b222e905fd511426f3f6fdc7c198f266441bda3 | |
parent | 3b9291b0b1f5e144daf445a39ceea83f4324fc9b (diff) | |
download | hdf5-06bbdb5e59a8350144bbeeb1d5024e57244e123a.zip hdf5-06bbdb5e59a8350144bbeeb1d5024e57244e123a.tar.gz hdf5-06bbdb5e59a8350144bbeeb1d5024e57244e123a.tar.bz2 |
[svn-r18812] moved reference to noname-packedbits file to packed bits section
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 42d1b4e..e8aee41 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -101,7 +101,6 @@ IF (BUILD_TESTING) tnamed_dtype_attr.ddl tnestcomp-1.ddl tnbit.ddl - tnofilename-with-packed-bits.ddl tnofilename.ddl tnullspace.ddl tordergr1.ddl @@ -246,6 +245,7 @@ IF (BUILD_TESTING) IF (HDF5_USE_H5DUMP_PACKED_BITS) #-- Copy all the HDF5 files from the test directory into the source directory SET (HDF5_REFERENCE_PBITS + tnofilename-with-packed-bits.ddl tpbitsIncomplete.ddl tpbitsLengthExceeded.ddl tpbitsLengthPositive.ddl |