提交 85888e82 编写于 作者: R Raphael Isemann

Added a remark to the readme that coverage is GCC only for now

上级 0cd2ecf4
......@@ -276,13 +276,15 @@ $ make
$ ctest
```
If you want to generate a coverage report with lcov, execute this instead:
If you want to generate a coverage report with the lcov/genhtml tools, execute this instead:
```sh
$ cmake .
$ make coverage
```
**Note: You need to use GCC for now as otherwise the target coverage doesn't exist!**
The report is now in the subfolder coverage/index.html
## Execute unit tests with automake
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册