From 85888e820511a90185c97bb326d2e419b8ca5664 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Sat, 10 Jan 2015 18:09:46 +0100 Subject: [PATCH] Added a remark to the readme that coverage is GCC only for now --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6756ccb61..4c9175eca 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab