mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
Merge topic 'doc-RunCMake-result'
a7a6ae5e Tests: Update RunCMake/README.rst to clarify meaning of -result.txt
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1268
This commit is contained in:
@@ -47,11 +47,11 @@ but do not actually build anything. To add a test:
|
||||
containing expected test results:
|
||||
|
||||
``<SubTest>-result.txt``
|
||||
Process result expected if not "0"
|
||||
Regex matching expected process result, if not ``0``
|
||||
``<SubTest>-stdout.txt``
|
||||
Regex matching expected stdout content
|
||||
``<SubTest>-stderr.txt``
|
||||
Regex matching expected stderr content, if not "^$"
|
||||
Regex matching expected stderr content, if not ``^$``
|
||||
``<SubTest>-check.cmake``
|
||||
Custom result check.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user