-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcatch2.runsettings
27 lines (24 loc) · 1020 Bytes
/
catch2.runsettings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<!-- Configurations that affect the Test Framework -->
<RunConfiguration>
<MaxCpuCount>4</MaxCpuCount>
<ResultsDirectory>.\TestResults</ResultsDirectory><!-- Path relative to solution directory -->
<TestSessionTimeout>60000</TestSessionTimeout><!-- Milliseconds -->
</RunConfiguration>
<!-- Adapter Specific sections -->
<!-- Catch2 adapter -->
<Catch2Adapter disabled="false">
<DebugBreak>on</DebugBreak>
<DiscoverTimeout>500</DiscoverTimeout>
<FilenameFilter>^SpvGenTwoTests</FilenameFilter>
<IncludeHidden>true</IncludeHidden>
<Logging>Verbose</Logging>
<MessageFormat>StatsOnly</MessageFormat>
<StackTraceFormat>ShortInfo</StackTraceFormat>
<StackTracePointReplacement>,</StackTracePointReplacement>
<TestCaseTimeout>20000</TestCaseTimeout><!-- Milliseconds -->
<WorkingDirectory></WorkingDirectory>
<WorkingDirectoryRoot>Executable</WorkingDirectoryRoot>
</Catch2Adapter>
</RunSettings>