Files
UnrealEngineUWP/Engine/Build/LowLevelTests/Foundation.xml
chris constantinescu 89a9649701 LLT Foundation Tests iOS - Compile only
#rnx
[FYI] Rafa.Lecina
#jira UE-190664

[CL 26467449 by chris constantinescu in ue5-main branch]
2023-07-19 14:55:29 -04:00

37 lines
2.4 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">
<Property Name="TestNames" Value="$(TestNames);Foundation" />
<Property Name="FoundationUsesCatch2" Value="True" />
<Property Name="FoundationDisabled" Value="False" />
<Property Name="FoundationShort" Value="Foundation" />
<Property Name="FoundationStagesWithProjectFile" Value="False" />
<Property Name="FoundationTarget" Value="FoundationTests" />
<Property Name="FoundationBinariesRelative" Value="Engine\Binaries" />
<Property Name="FoundationReportType" Value="xml" />
<Property Name="FoundationInitialExtraArgs" />
<Property Name="FoundationHasAfterSteps" Value="False" />
<Property Name="FoundationUsesCatch2" Value="True" />
<Option Name="RunFoundationTests" DefaultValue="False" Description="Run Foundation Tests" />
<Property Name="FoundationSupportedPlatforms" Value="Win64;Mac;Linux;Android;iOS" />
<Property Name="Win64FoundationTags" Value="" />
<Property Name="MacFoundationTags" Value="" />
<Property Name="IOSFoundationTags" Value="" />
<Property Name="AndroidFoundationTags" Value="" />
<Property Name="LinuxFoundationTags" Value="" />
<Property Name="LinuxArm64FoundationTags" Value="" />
<Property Name="TVOSFoundationTags" Value="" />
<Property Name="Win64FoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="MacFoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="IOSFoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="AndroidFoundationExtraCompilationArgs" Value="-allmodules -architectures=arm64" />
<Property Name="LinuxFoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="LinuxArm64FoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="TVOSFoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="Win64FoundationRunSupported" Value="True" />
<Property Name="MacFoundationRunSupported" Value="True" />
<Property Name="IOSFoundationRunSupported" Value="False" />
<Property Name="AndroidFoundationRunSupported" Value="False" />
<Property Name="LinuxFoundationRunSupported" Value="True" />
<Property Name="LinuxArm64FoundationRunSupported" Value="True" />
<Property Name="TVOSFoundationRunSupported" Value="True" />
</BuildGraph>