Sean,<br><br>I'm trying to get coverage working on my MacAir using clang. I successfully build, but when I run a test, the .gcda files are not in the proper directory in the build tree. If I run a cxx test, they end up in Foo/Bar/Testing/Cxx/... rather than Foo/Bar/...<br>
<br>Then when I run lcov, it can't match the .gcno and .gcda files. On my linux system the .gcno and .gcda files reside in the same directory.<br><br>Have you successfully run coverage for vtk on your MAC?<br><br>Bill<br>