mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
This simply runs a mocked test case which uses the prefix for signaling a skipped test. CTest's output is checked for a skipped test result.
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
Test project .*
|
|
Start 20: skip_test.test1
|
|
1/1 Test #20: skip_test.test1 \.+\*\*\*Skipped +[0-9.]+ sec
|
|
|
|
100% tests passed, 0 tests failed out of 1
|
|
|
|
Total Test time \(real\) = +[0-9.]+ sec
|
|
|
|
The following tests did not run:
|
|
.*20 - skip_test\.test1 \(Skipped\)
|