Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add dependency to build tests for make check.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 14 Jan 2019 14:10:50 +0000 (15:10 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Jan 2019 08:44:31 +0000 (09:44 +0100)
tools/cmake/Distrib.cmake

index be2bfb9..c5b9925 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 ###