Commit d88281c
committed
cmake: fix code coverage with ENABLE_LAPI_TESTS
Running tests is failed when CMake options `ENABLE_LAPI_TESTS` and
`ENABLE_COV` are enabled. The patch enables C/C++ flags related to
code coverage for luzer, this prevents an error on loading
luzer_impl.so due to undefined symbol `llvm_gcda_summary_info`.1 parent bbc1dae commit d88281c
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| |||
0 commit comments