From: Martin Quinson Date: Mon, 1 Feb 2016 13:16:50 +0000 (+0100) Subject: Fix a link in the doc X-Git-Tag: v3_13~1004 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b29843bbd47d7b5bd5201c9287ea8a252f6ada88 Fix a link in the doc --- diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index cf3c3ebb55..d65e4ed447 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -327,13 +327,11 @@ Once everything is built, you may want to test the result. SimGrid comes with an extensive set of regression tests (see @ref inside_cmake_addtest "that page of the insider manual" for more details). Running the tests is done using the ctest binary that comes -with cmake. These tests are run every night and the result is publicly -available. +with cmake. These tests are run for every commit and the result is +publicly available. \verbatim ctest # Launch all tests -ctest -D Experimental # Launch all tests and report the result to - # http://cdash.inria.fr/CDash/index.php?project=SimGrid ctest -R msg # Launch only the tests which name match the string "msg" ctest -j4 # Launch all tests in parallel, at most 4 at the same time ctest --verbose # Display all details on what's going on