X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c2d94471739d82e9cbd370711f73377e0b17717..5ec2b80b686983f84ebab7c7398a29e73286deee:/tools/tesh/CMakeLists.txt diff --git a/tools/tesh/CMakeLists.txt b/tools/tesh/CMakeLists.txt index 77e6bf9cb6..eb1caded82 100644 --- a/tools/tesh/CMakeLists.txt +++ b/tools/tesh/CMakeLists.txt @@ -6,7 +6,7 @@ foreach(x setenv set-output-ignore set-output-sort set-return set-timeout backgr catch-all-bg-output catch-return catch-signal catch-timeout catch-timeout-output catch-wrong-output cd color ignore-regexp IO-bigsize IO-broken-pipe IO-orders) set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/${x}.tesh) - if(NOT enable_memcheck AND NOT WIN32) + if(NOT enable_memcheck) ADD_TESH(tesh-self-${x} --setenv bindir=${CMAKE_BINARY_DIR}/bin ${CMAKE_HOME_DIRECTORY}/tools/tesh/${x}.tesh) endif() endforeach()