Files
UnrealEngine/Engine/Build/LowLevelTests/MathCore.xml
2025-05-18 13:04:45 +08:00

12 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<BuildGraph xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.epicgames.com/BuildGraph ../../Build/Graph/Schema.xsd" xmlns="http://www.epicgames.com/BuildGraph">
<Option Name="RunMathCoreTests" DefaultValue="" Description="Run MathCore Tests" />
<Property Name="TestNames" Value="$(TestNames);MathCore" />
<Extend Name="RunAllTests">
<Expand Name="DeployAndTest" Platform="Win64" TestName="MathCore" ShortName="MathCore" TargetName="MathCoreTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules" />
<Expand Name="DeployAndTest" Platform="Linux" TestName="MathCore" ShortName="MathCore" TargetName="MathCoreTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules" />
<Expand Name="DeployAndTest" Platform="Mac" TestName="MathCore" ShortName="MathCore" TargetName="MathCoreTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules" />
<Expand Name="DeployAndTest" Platform="Android" TestName="MathCore" ShortName="MathCore" TargetName="MathCoreTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules -architectures=arm64" />
<Expand Name="DeployAndTest" Platform="IOS" TestName="MathCore" ShortName="MathCore" TargetName="MathCoreTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules" RunUnsupported="True" />
</Extend>
</BuildGraph>