Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tests also need the java tests and simgrid-mc
[simgrid.git] / tools / cmake / MakeLib.cmake
index ce355d3..3d7d59f 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/)
+  add_dependencies(tests simgrid-mc)
 endif()