]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/mc/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.26
[simgrid.git] / teshsuite / mc / CMakeLists.txt
index 451a0ea3d47d7e84944b8c377f8fa7a733f2165f..b1b95f86b8a3cd9b4a0b62bd439c9c8fbffdc406 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()