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:
Brad King
2017-09-14 18:50:59 +00:00
committed by Kitware Robot
+2 -2
View File
@@ -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.