Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sonar here too.
[simgrid.git] / teshsuite / s4u / CMakeLists.txt
index 8f10e1af31e35e51bda3628bef316e54d5b2362b..d4c08bce24cb17034af77f22c91b41a7bd4c83a8 100644 (file)
@@ -80,7 +80,7 @@ endforeach()
 # Monkey tests are launched directly, not with tesh
 set(_monkey-semaphore_disable_python 1) # Semaphore not exposed to python
 foreach(x  monkey-masterworkers monkey-semaphore)
-  ADD_TEST(monkey-s4u-${x} "${PYTHON_EXECUTABLE}" ${CMAKE_HOME_DIRECTORY}/tools/simgrid-monkey ${CMAKE_BINARY_DIR}/teshsuite/s4u/${x}/${x})
+  ADD_TEST(monkey-s4u-${x} "${PYTHON_EXECUTABLE}" ${CMAKE_HOME_DIRECTORY}/tools/simgrid-monkey -- ${TESH_WRAPPER_UNBOXED} ${CMAKE_BINARY_DIR}/teshsuite/s4u/${x}/${x})
   if(enable_python)
     if(NOT DEFINED _${x}_disable_python)
       ADD_TEST(monkey-python-${x} "${PYTHON_EXECUTABLE}" ${CMAKE_HOME_DIRECTORY}/tools/simgrid-monkey "${PYTHON_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.py)