From 17c7fe12be13662bf76aef405cf8505464025311 Mon Sep 17 00:00:00 2001
From: Timo Heister
Date: Wed, 15 Jul 2015 10:47:13 -0400
Subject: [PATCH] fix references in testsuite.html
---
doc/developers/testsuite.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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" [...]
--
2.39.5