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

14 lines
420 B
Plaintext

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