Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not build the examples by default, only when running 'make tests'
[simgrid.git] / tools / cmake / Tests.cmake
index d0200dd..05c1c54 100644 (file)
@@ -1,3 +1,5 @@
+add_custom_target(tests COMMENT "Recompiling the tests")
+
 IF(enable_smpi AND NOT WIN32)
   execute_process(COMMAND chmod a=rwx ${CMAKE_BINARY_DIR}/bin/smpicc)
   execute_process(COMMAND chmod a=rwx ${CMAKE_BINARY_DIR}/bin/smpicxx)