From 2a6567d2ae826ab999416621b6456ec75334e5c5 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 28 May 2017 16:49:07 -0500 Subject: [PATCH] Doc: Update documentation to latest "build tests" changes --- doc/developers/testsuite.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.

-- 2.39.5