From: Matthias Maier Date: Wed, 21 Mar 2018 15:28:25 +0000 (-0500) Subject: add a news/changes entry X-Git-Tag: v9.0.0-rc1~281^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14221cd9590a49e7a0f9481c9019bc084698245c;p=dealii.git add a news/changes entry --- diff --git a/doc/news/changes/minor/20180321MatthiasMaier b/doc/news/changes/minor/20180321MatthiasMaier new file mode 100644 index 0000000000..ad91a4bb21 --- /dev/null +++ b/doc/news/changes/minor/20180321MatthiasMaier @@ -0,0 +1,10 @@ +New: Added a third test variant to the testsuite driver: For a test +consisting of a test.prm.in (and a test.output) file the test.prm.in file +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. +
+(Matthias Maier, 2018/03/21) +