Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Dry run MC examples for coverage.
[simgrid.git] / teshsuite / mc / CMakeLists.txt
index 451a0ea3d47d7e84944b8c377f8fa7a733f2165f..d5e9044ba42a89f47781345ac57ed5bb6045bd5c 100644 (file)
@@ -50,3 +50,7 @@ IF(SIMGRID_HAVE_MC)
 ENDIF()
 
 ADD_TESH(mc-random-bug-replay                  --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/mc/random-bug --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/mc/random-bug random-bug-replay.tesh)
+
+if(enable_coverage)
+  add_test(cover-mc-mutex-handling ${CMAKE_CURRENT_BINARY_DIR}/mutex-handling/mutex-handling ${CMAKE_HOME_DIRECTORY}/examples/platforms/small_platform.xml)
+endif()