Closed
Description
Hi,
In *.gta.runsettings file (or via the option windows), I need to add relative paths by rapport to the executable location in the PATH execution.
I propose to manage this syntax, in *.gta.runsettings:
<GoogleTestAdapter>
<PathExtension>$(ExecutableDir)\..</PathExtension>
</GoogleTestAdapter>
with $(ExecutableDir) - executable directory containing the tests
Regards
Cyril
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
PathExtension option now supports ExecutableDir placeholder (#66)
csoltenborn commentedon Jul 20, 2016
Great suggestion, and rather easy to implement! Feel free to download the vsix produced by this build if you want to test the enhancement or if you need it urgently...
cyrilbesse commentedon Jul 20, 2016
Hi,
Thanks for your reactivity.
Test and approved
csoltenborn commentedon Jul 20, 2016
Sweet - will not take too long until it's going to be released...
Merge pull request #66 from Microsoft/dev/spebl/tel