diff options
Diffstat (limited to 'tools/h5ls/CMakeTestsVDS.cmake')
-rw-r--r-- | tools/h5ls/CMakeTestsVDS.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/h5ls/CMakeTestsVDS.cmake b/tools/h5ls/CMakeTestsVDS.cmake index e6c216d..240eed0 100644 --- a/tools/h5ls/CMakeTestsVDS.cmake +++ b/tools/h5ls/CMakeTestsVDS.cmake @@ -70,11 +70,11 @@ set_tests_properties (H5LS-${resultfile} PROPERTIES DEPENDS ${last_test}) endif () else (HDF5_ENABLE_USING_MEMCHECKER) - add_test ( - NAME H5LS-${resultfile}-clear-objects - COMMAND ${CMAKE_COMMAND} - -E remove ./testfiles/vds/${resultfile}.out ./testfiles/vds/${resultfile}.out.err - ) +# add_test ( +# NAME H5LS-${resultfile}-clear-objects +# COMMAND ${CMAKE_COMMAND} +# -E remove ./testfiles/vds/${resultfile}.out ./testfiles/vds/${resultfile}.out.err +# ) add_test ( NAME H5LS-${resultfile} COMMAND "${CMAKE_COMMAND}" |