X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9800219494b279865768553e1f533c841b35722b..3d162cea6ff3405edc06c1d7f85494eb15f35d82:/examples/cpp/CMakeLists.txt diff --git a/examples/cpp/CMakeLists.txt b/examples/cpp/CMakeLists.txt index c0eca33faf..8b370a7856 100644 --- a/examples/cpp/CMakeLists.txt +++ b/examples/cpp/CMakeLists.txt @@ -34,6 +34,7 @@ else() endforeach() endif() +set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/synchro-mutex/s4u-mc-synchro-mutex-stateful.tesh) if(SIMGRID_HAVE_STATEFUL_MC) if(HAVE_C_STACK_CLEANER) add_executable (s4u-mc-bugged1-liveness-cleaner-on EXCLUDE_FROM_ALL s4u-mc-bugged1-liveness/s4u-mc-bugged1-liveness.cpp) @@ -47,6 +48,14 @@ if(SIMGRID_HAVE_STATEFUL_MC) add_dependencies(tests-mc s4u-mc-bugged1-liveness-cleaner-off) endif() + ADD_TESH(s4u-mc-synchro-mutex-stateful + --setenv bindir=${CMAKE_CURRENT_BINARY_DIR}/synchro-mutex + --setenv libdir=${CMAKE_BINARY_DIR}/lib + --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms + --setenv srcdir=${CMAKE_CURRENT_SOURCE_DIR}/synchro-mutex + --cd ${CMAKE_CURRENT_SOURCE_DIR}/synchro-mutex + ${CMAKE_HOME_DIRECTORY}/examples/cpp/synchro-mutex/s4u-mc-synchro-mutex-stateful.tesh) + # Model-checking liveness if(HAVE_UCONTEXT_CONTEXTS AND SIMGRID_PROCESSOR_x86_64) # liveness model-checking works only on 64bits (for now ...) @@ -160,6 +169,7 @@ foreach (example activity-testany activity-waitany network-ns3 network-ns3-wifi network-wifi io-async io-priority io-degradation io-file-system io-file-remote io-disk-raw io-dependent operation-simple operation-variable-load operation-switch-host + photovoltaic-simple platform-comm-serialize platform-failures platform-profile platform-properties plugin-host-load plugin-link-load plugin-prodcons replay-comm replay-io