Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use tesh perl for all platforms
[simgrid.git] / buildtools / Cmake / AddTests.cmake
index 33c7f67..baeb8d9 100644 (file)
@@ -26,7 +26,7 @@ IF(WIN32)
 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)
+SET(TESH_COMMAND perl ${CMAKE_BINARY_DIR}/bin/tesh)
 ENDIF()
 
 #some tests may take forever on non futexes systems, using busy_wait with n cores < n workers