From: Matthias Maier Date: Wed, 21 Mar 2018 21:52:22 +0000 (-0500) Subject: doc: Update documentation X-Git-Tag: v9.0.0-rc1~281^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbc8e27c3e393ddded750aade2adeea784f1f733;p=dealii.git doc: Update documentation --- diff --git a/doc/users/testsuite.html b/doc/users/testsuite.html index 66bc8af3da..d6fef94645 100644 --- a/doc/users/testsuite.html +++ b/doc/users/testsuite.html @@ -148,6 +148,17 @@ Test project .../examples/step-1 Total Test time (real) = 1.72 sec

+

+ Remark: If the parameter file ends in .prm.in + instead of .prm, it will be configured/preprocessed to a + test.prm file. This is done with the CMake macro + CONFIGURE_FILE that replaces all strings + @VARIABLE@ with the contents of the corresponding CMake + variable. This is useful in particular to conveniently substitute + @SOURCE_DIR@ with the full source directory path of the + test. +

+

Remark: The test driver will compare the combined output stream of stdout and stderr against the comparison file. If the test