Intel coverage tool with CMake

Are there any good examples out there of using CMake + unit tests + Intel Fortran code coverage tool?

I haven’t tested it yet with the Intel code coverage tool, but our DBCSR Library is using CMake + unit tests + gcov. How does the Intel Fortran code coverage tool differ from gcov?

played with it simpler than gcov and friends for gnu… I will try to post some cmake targets to integrate. I shall get some time in this weekend

Thanks! I’ve never gotten around to using the intel one, so I don’t know how it differs from gcov.