Commit 9e7752e4 authored by Dominik Charousset's avatar Dominik Charousset

Run all unit test binaries

parent dc92bd97
......@@ -101,7 +101,10 @@ config = [
],
// Configures what binary the coverage report uses and what paths to exclude.
coverage: [
binary: 'build/bin/caf-test',
binaries: [
'build/bin/caf-core-test',
'build/bin/caf-io-test',
],
relativeExcludePaths: [
'examples',
'tools',
......@@ -110,7 +113,6 @@ config = [
'libcaf_io/test',
'libcaf_openssl/test',
'libcaf_opencl',
'libcaf_core/caf/scheduler/profiled_coordinator.hpp',
],
],
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment