From b29843bbd47d7b5bd5201c9287ea8a252f6ada88 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 1 Feb 2016 14:16:50 +0100 Subject: [PATCH 1/1] Fix a link in the doc --- doc/doxygen/install.doc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.20.1