Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the Catch header
[simgrid.git] / tools / cmake / Distrib.cmake
index be2bfb99cc27557fb9ce75a4f86ede6b7c710d1e..c5b9925d9e58e07aefccc6be55ee35792c43c165 100644 (file)
@@ -337,6 +337,7 @@ if(enable_memcheck)
 else()
   add_custom_target(check COMMAND make test)
 endif()
+add_dependencies(check tests)
 
 #######################################
 ### Fill in the "make xxx-clean" target ###