Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Specify bindir while launching tesh
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 6 Mar 2019 23:56:19 +0000 (00:56 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 8 Mar 2019 11:34:12 +0000 (12:34 +0100)
teshsuite/s4u/CMakeLists.txt

index c7090f9..a93c8f9 100644 (file)
@@ -17,7 +17,7 @@ foreach(x actor actor-autorestart actor-migration
         activity-lifecycle
        cloud-interrupt-migration concurrent_rw) # TODO: actor-autorestart is disabled for now
   set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.tesh)
-  ADD_TESH_FACTORIES(tesh-s4u-${x} "thread;ucontext;raw;boost" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/teshsuite/s4u/${x} --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_BINARY_DIR}/teshsuite/s4u/${x} ${CMAKE_HOME_DIRECTORY}/teshsuite/s4u/${x}/${x}.tesh)
+  ADD_TESH_FACTORIES(tesh-s4u-${x} "thread;ucontext;raw;boost" --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/s4u/${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/teshsuite/s4u/${x} --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_BINARY_DIR}/teshsuite/s4u/${x} ${CMAKE_HOME_DIRECTORY}/teshsuite/s4u/${x}/${x}.tesh)
 endforeach()
 
 # Manually add this file, but the test is broken and must be disabled for now (TODO)