diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-10-08 14:29:17 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-10-08 14:29:17 (GMT) |
commit | 236e8b8885dba83f3319e95e9ae4bd50eb75e7e5 (patch) | |
tree | 3b37126d251b539fd5eabe6f2a56ba8e9bb2f4ea /tools | |
parent | dbcf40c5a487d617f0920f525bc5953675fd2e48 (diff) | |
download | hdf5-236e8b8885dba83f3319e95e9ae4bd50eb75e7e5.zip hdf5-236e8b8885dba83f3319e95e9ae4bd50eb75e7e5.tar.gz hdf5-236e8b8885dba83f3319e95e9ae4bd50eb75e7e5.tar.bz2 |
[svn-r19548] Remove reference files from clearall command
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5copy/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 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 ) |