X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/559c8d89e5ac9f924f963c9a70fbe475a15641c2..d0b55a9445f4a92f5cd33f34ad8437742dad8e8b:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index d188ef0bb1..033447909e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -788,7 +788,9 @@ endif() SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${generated_files_to_clean}") -add_custom_target(tests COMMENT "Recompiling the tests") +add_custom_target(tests COMMENT "Recompiling the tests") +add_custom_target(tests-mc COMMENT "Recompiling the MC tests and tools.") +add_dependencies(tests tests-mc) ### Build some Maintainer files include(${CMAKE_HOME_DIRECTORY}/tools/cmake/MaintainerMode.cmake)