Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to get tesh ignoring the cruft of Jenkins and friends
[simgrid.git] / tools / cmake / Tests.cmake
index a85ee3d..f533ea4 100644 (file)
@@ -6,6 +6,7 @@ IF(enable_smpi AND NOT WIN32)
   execute_process(COMMAND chmod a=rwx ${CMAKE_BINARY_DIR}/bin/smpirun)
 ENDIF()
 
+SET(TESH_OPTION "--ignore-jenkins")
 SET(TESH_COMMAND ${CMAKE_BINARY_DIR}/bin/tesh)
 IF(CMAKE_HOST_WIN32)
   SET(TESH_OPTION ${TESH_OPTION} --timeout 50)