mirror of
https://github.com/ComodoSecurity/openedr/
synced 2026-06-06 15:24:33 +00:00
27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RunSettings>
|
|
<!-- Configurations that affect the Test Framework -->
|
|
<RunConfiguration>
|
|
<MaxCpuCount>4</MaxCpuCount>
|
|
</RunConfiguration>
|
|
|
|
<!-- Adapter Specific sections -->
|
|
|
|
<!-- Catch2 adapter -->
|
|
<Catch2Adapter disabled="false">
|
|
<DebugBreak>on</DebugBreak><!-- Introduced in v1.1.0 -->
|
|
<DiscoverCommandLine>--discover *</DiscoverCommandLine>
|
|
<DiscoverTimeout>5000</DiscoverTimeout><!-- Milliseconds -->
|
|
<FilenameFilter>^ut_</FilenameFilter><!-- Regex filter -->
|
|
<IncludeHidden>false</IncludeHidden>
|
|
<Logging>verbose</Logging>
|
|
<MessageFormat>StatsOnly</MessageFormat>
|
|
<StackTraceFormat>ShortInfo</StackTraceFormat>
|
|
<StackTracePointReplacement>,</StackTracePointReplacement><!-- Introduced in v1.3.0 -->
|
|
<TestCaseTimeout>60000</TestCaseTimeout><!-- Milliseconds -->
|
|
<WorkingDirectory>../../iprj/ats/scenarios/ut_libcore/data</WorkingDirectory>
|
|
<WorkingDirectoryRoot>Solution</WorkingDirectoryRoot>
|
|
</Catch2Adapter>
|
|
|
|
</RunSettings>
|