From 2305dc9b7a39d4eb887a676788679cd422695178 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 8 Oct 2010 09:30:16 -0500 Subject: [svn-r19549] Remove reference files from clearall command Add IF check for NOT PACKEDBITS to nofilename test --- tools/h5copy/CMakeLists.txt | 3 --- tools/h5dump/CMakeLists.txt | 6 ++++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/h5copy/CMakeLists.txt b/tools/h5copy/CMakeLists.txt index 17dd7a5..ccb1466 100644 --- a/tools/h5copy/CMakeLists.txt +++ b/tools/h5copy/CMakeLists.txt @@ -137,15 +137,12 @@ IF (BUILD_TESTING) COMMAND ${CMAKE_COMMAND} -E remove ./testfiles/${HDF_FILE1}.out.h5 - ./testfiles/${HDF_FILE1}.out.ls ./testfiles/${HDF_FILE1}.out.out ./testfiles/${HDF_FILE1}.out.out.err ./testfiles/${HDF_FILE2}.out.h5 - ./testfiles/${HDF_FILE2}.out.ls ./testfiles/${HDF_FILE2}.out.out ./testfiles/${HDF_FILE2}.out.out.err ./testfiles/${HDF_EXT_SRC_FILE}.out.h5 - ./testfiles/${HDF_EXT_SRC_FILE}.out.ls ./testfiles/${HDF_EXT_SRC_FILE}.out.out ./testfiles/${HDF_EXT_SRC_FILE}.out.out.err ) diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 4f3cd85..0500f94 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -860,8 +860,10 @@ IF (BUILD_TESTING) ADD_H5_TEST (tchar1 0 -r tchar.h5) # test failure handling - # Missing file name - ADD_H5_TEST (tnofilename 1) + IF (NOT HDF5_USE_H5DUMP_PACKED_BITS) + # Missing file name + ADD_H5_TEST (tnofilename 1) + ENDIF (NOT HDF5_USE_H5DUMP_PACKED_BITS) # rev. 2004 -- cgit v0.12