Craig Scott 73f47c9e46 CTest: Add support for test fixtures
Add new test properties:

* FIXTURES_SETUP
* FIXTURES_CLEANUP
* FIXTURES_REQUIRED

to specify the roles and dependencies of tests providing/using
test fixtures.
2016-09-20 14:37:38 -04:00

12 lines
350 B
Plaintext

Test project .*/Tests/RunCMake/ctest_fixtures/two-build
Start 2: setupBoth
1/3 Test #2: setupBoth +\.+ +Passed +[0-9.]+ sec
Start 6: two
2/3 Test #6: two +\.+ +Passed +[0-9.]+ sec
Start 7: cleanupBar
3/3 Test #7: cleanupBar +\.+ +Passed +[0-9.]+ sec
+
100% tests passed, 0 tests failed out of 3
+
Total Test time \(real\) = +[0-9.]+ sec$