forked from TortoiseGit/TortoiseGit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTortoiseGit.gta.runsettings
14 lines (14 loc) · 1.16 KB
/
TortoiseGit.gta.runsettings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<GoogleTestAdapterSettings>
<SolutionSettings>
<Settings>
<TestDiscoveryRegex>Tests\.exe</TestDiscoveryRegex>
<WorkingDir>$(ExecutableDir)</WorkingDir>
<TraitsRegexesBefore>(^libgit2\.|\[0\]$)///git,LIBGIT2_ALL//||//(^libgit2\.|\[1\]$)///git,LIBGIT2//||//(^libgit\.|\[2\]$)///git,LIBGIT//||//(^CGit\.Run|\[3\]$)///git,GIT//||//(WithEmptyRepo|WithEmptyBareRepo)///Repo,Empty//||//(WithTestRepo|WithMultiLinkedTest(WithSubmodule)?Repo)///Repo,Test//||//WithSubmodule?Repo///Repo,Submodule//||//With.+(BareRepo|Repo(sitory)?Bare)///RepoType,Bare//||//With.*(?<!Bare)Repo(?!Bare)///RepoType,Working Tree//||//WithMultiLinked///RepoType,Linked WorkTree//||//^CGit\.GetRepository///git,LIBGIT2_ALL//||//^CGit\.GetRepository///git,LIBGIT2//||//^CGit\.GetRepository///git,GIT//||//^CTGitPath\.FillUnRev///git,GIT//||//^CTGitPath\.FillBasedOnIndexFlags///git,LIBGIT2_ALL//||//^CTGitPath\.FillBasedOnIndexFlags///git,LIBGIT2</TraitsRegexesBefore>
<ParseSymbolInformation>true</ParseSymbolInformation>
</Settings>
</SolutionSettings>
<ProjectSettings/>
</GoogleTestAdapterSettings>
</RunSettings>