Hi, I wondered if anyone had used the Intel codecov tool for analysis of a static library.
I am building a static library comprising mainly algorithmic content which I want to analyse and also have a driver program which is used to test the library. The driver is linked against a static .lib. If I follow the examples in the documentation and compile everything with /Qcov-gen I get a dyn file in the exe directory and when I use the tools on that it gives me coverage analysis for the exe not for the library. However it is the library I am most interested in.
Currently working on Windows in Visual Studio but also doing Linux and MacOSX builds as well if someone has a solution for that.