Test project /tmp/build
      Start 10: discovery_fail
      Start  2: pass_slow
      Start  3: pass_medium
      Start 11: flaky_case
 1/11 Test #10: discovery_fail ...................***Failed    0.00 sec
ERROR: No tests were found in the discovery phase
assertion failed at bar.cpp:3

      Start  1: pass_fast
 2/11 Test #11: flaky_case .......................***Failed    0.01 sec
first try

      Start  4: regex_fail
 3/11 Test  #1: pass_fast ........................   Passed    0.00 sec
      Start  5: skipped_case
 4/11 Test  #4: regex_fail .......................***Failed  Required regular expression not found. Regex=[expected-token
]  0.00 sec
nope

      Start  6: disabled_case
 5/11 Test  #6: disabled_case ....................***Not Run (Disabled)   0.00 sec
      Start  7: missing_case
Could not find executable missing-command
Looked in the following places:
missing-command
missing-command
Release/missing-command
Release/missing-command
Debug/missing-command
Debug/missing-command
MinSizeRel/missing-command
MinSizeRel/missing-command
RelWithDebInfo/missing-command
RelWithDebInfo/missing-command
Deployment/missing-command
Deployment/missing-command
Development/missing-command
Development/missing-command
 6/11 Test  #7: missing_case .....................***Not Run   0.00 sec
      Start  8: timeout_case
 7/11 Test  #5: skipped_case .....................***Skipped   0.00 sec
      Start  9: plain_fail
 8/11 Test  #9: plain_fail .......................***Failed    0.00 sec
assertion failed at foo.cpp:12

 9/11 Test  #3: pass_medium ......................   Passed    0.11 sec
10/11 Test  #2: pass_slow ........................   Passed    0.31 sec
11/11 Test  #8: timeout_case .....................***Timeout   1.08 sec


40% tests passed, 6 tests failed out of 10

Total Test time (real) =   1.09 sec

The following tests did not run:
	  5 - skipped_case (Skipped)
	  6 - disabled_case (Disabled)

The following tests FAILED:
	  4 - regex_fail (Failed)
	  7 - missing_case (Not Run)
	  8 - timeout_case (Timeout)
	  9 - plain_fail (Failed)
	 10 - discovery_fail (Failed)
	 11 - flaky_case (Failed)
Unable to find executable: missing-command
Errors while running CTest
