From: Matthias Maier Date: Sun, 28 May 2017 21:49:07 +0000 (-0500) Subject: Doc: Update documentation to latest "build tests" changes X-Git-Tag: v9.0.0-rc1~1564^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a6567d2ae826ab999416621b6456ec75334e5c5;p=dealii.git Doc: Update documentation to latest "build tests" changes --- diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html index a781abc3f4..5804384c29 100644 --- a/doc/developers/testsuite.html +++ b/doc/developers/testsuite.html @@ -836,9 +836,9 @@ ctest -j4 -S ../tests/run_buildtest.cmake

What this does is to compile and build deal.II in the directory - build, try to configure, build (and run a subset) of all - tutorial programs supported by the current configuration and send the - results to the CDash instance. + build (which includes building all configurable tutorial + programs as well) but does not run the full testsuite. The results + are sent to the CDash instance.