Files
stephen ma 69313c59f5 Update LowLevelTests to use BuildCookRun when test specifies StagesWithProjectFile.
- LowLevelTest.xml horde build step as a separate label
 - Relevant <General>.xml files updated to support the new build step
 - Added UpdateBuildGraphPropertiesFile.Automatoin.cs to help find files to checkout
 - OnlineTests updated to utilize new BuildCookRun param

#jira UE-188819
#rb Chris.Constantinescu, Jake.Niman

[CL 26194701 by stephen ma in 5.3 branch]
2023-06-22 17:34:11 -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" />
<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>