From: Timo Heister Date: Wed, 15 Jul 2015 14:47:13 +0000 (-0400) Subject: fix references in testsuite.html X-Git-Tag: v8.4.0-rc2~755^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17c7fe12be13662bf76aef405cf8505464025311;p=dealii.git fix references in testsuite.html --- diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html index 327cb3702d..bf8d3269a2 100644 --- a/doc/developers/testsuite.html +++ b/doc/developers/testsuite.html @@ -755,7 +755,7 @@ TRACK "Regression Tests" - Reserved for the regression tester CONFIG_FILE - - A configuration file (see docs/development/Config.sample) + - A configuration file (see docs/users/config.sample) that will be used during the configuration stage (invokes $ cmake -C ${CONFIG_FILE}). This only has an effect if CTEST_BINARY_DIRECTORY is empty. @@ -772,7 +772,7 @@ COVERAGE MAKEOPTS - Additional options that will be passed directly to make (or ninja). - Furthermore, the variables described above can also be + Furthermore, the variables described above can also be set and will be handed automatically down to cmake.

@@ -810,10 +810,10 @@ ctest -j4 -S ../cmake/scripts/run_buildtest.cmake

Note: Build tests require the designated build directory to be completely empty. If you want to specify a build configuration for - cmake use a configuration file + cmake use a configuration file to preseed the cache as explained above:

-$ ctest -DCONFIG_FILE="[...]/Config.sample" [...]
+$ ctest -DCONFIG_FILE="[...]/config.sample" [...]