From: Augustin Degomme Date: Tue, 1 Oct 2013 19:44:22 +0000 (+0200) Subject: command line = command line, options = options X-Git-Tag: v3_9_90~49 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e046465aebae11d0ac22631ccb7e336343eecf1a command line = command line, options = options --- diff --git a/buildtools/Cmake/AddTests.cmake b/buildtools/Cmake/AddTests.cmake index 5337fd9173..e3cbdb42cb 100644 --- a/buildtools/Cmake/AddTests.cmake +++ b/buildtools/Cmake/AddTests.cmake @@ -22,7 +22,8 @@ SET(TRIGGER_SITE "http://cdash.inria.fr/CDash/cgi-bin/Submit-Random-TestingResul #If you use the --read-var-info option Memcheck will run more slowly but may give a more detailed description of any illegal address. if(WIN32) -SET(TESH_COMMAND perl.exe ${CMAKE_BINARY_DIR}/bin/tesh --timeout 50) +SET(TESH_COMMAND perl.exe ${CMAKE_BINARY_DIR}/bin/tesh) +SET(TESH_OPTION $TESH_OPTION --timeout 50) else() SET(TESH_COMMAND ${CMAKE_BINARY_DIR}/bin/tesh) endif()