Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill outdated comment.
[simgrid.git] / tools / cmake / MakeLib.cmake
index ce355d31dde4a11b02d26979bad3d6fa17a0d744..3d7d59f669e4a882990ec0dbbaf06feb4f094fa1 100644 (file)
@@ -35,6 +35,7 @@ if(enable_model-checking)
                APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}")
   install(TARGETS simgrid-mc # install that binary without breaking the rpath on Mac
     RUNTIME DESTINATION bin/)
                APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}")
   install(TARGETS simgrid-mc # install that binary without breaking the rpath on Mac
     RUNTIME DESTINATION bin/)
+  add_dependencies(tests simgrid-mc)
 endif()
 
 
 endif()