Question about Code Coverage configuration

Sysprogs forums Forums VisualGDB Question about Code Coverage configuration

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22432
    abritton
    Participant

    I am trying to use the “Extra coverage file directory sets:” element of the Code Coverage feature to access .gcno and .gcda files that are not under the test project directory. I can get it to work if I use absolute paths.  However, it would be preferable if I could use relative paths. Is there any way to specify relative paths for additional .gcno files and .gcda files?

    Thanks for your help.

    #22445
    support
    Keymaster

    Hi,

    Yes, please try using variables like $(ProjectDir). You can see the full list of variables by clicking the link at the bottom of the project properties window.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.