2020-01-04 14:21:38 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RunSettings>
|
|
|
|
<!-- Configurations that affect the Test Framework -->
|
|
|
|
<RunConfiguration>
|
2020-04-01 12:53:10 +00:00
|
|
|
<MaxCpuCount>0</MaxCpuCount>
|
2020-01-04 14:21:38 +00:00
|
|
|
<ResultsDirectory>..\build\TestResults</ResultsDirectory><!-- Path relative to solution directory -->
|
|
|
|
<TestSessionTimeout>60000</TestSessionTimeout><!-- Milliseconds -->
|
|
|
|
</RunConfiguration>
|
|
|
|
|
|
|
|
<!-- Adapter Specific sections -->
|
|
|
|
<Catch2Adapter>
|
2020-04-09 08:13:12 +00:00
|
|
|
<DiscoverCommandLine>--verbosity high --list-tests *</DiscoverCommandLine>
|
2020-01-04 14:21:38 +00:00
|
|
|
<DiscoverTimeout>500</DiscoverTimeout><!-- Milliseconds -->
|
|
|
|
<FilenameFilter>(?i:test)</FilenameFilter>
|
|
|
|
<WorkingDirectoryRoot>Solution</WorkingDirectoryRoot>
|
|
|
|
<WorkingDirectory>..\tests\</WorkingDirectory>
|
2020-04-09 08:13:12 +00:00
|
|
|
<MessageFormat>AdditionalInfo</MessageFormat>
|
2020-01-04 14:21:38 +00:00
|
|
|
</Catch2Adapter>
|
|
|
|
|
|
|
|
</RunSettings>
|