Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use -- to separate command [ci-skip]
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 4 Mar 2022 10:01:01 +0000 (11:01 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 4 Mar 2022 10:01:01 +0000 (11:01 +0100)
teshsuite/s4u/CMakeLists.txt

index c952e0c..d4c08bc 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 ${TESH_WRAPPER_UNBOXED} ${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)