From cbc8e27c3e393ddded750aade2adeea784f1f733 Mon Sep 17 00:00:00 2001
From: Matthias Maier
+ 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 -- 2.39.5