Files
UnrealEngineUWP/Engine/Build/LowLevelTests/StateGraph.xml
chris constantinescu 735dba1e66 LLT metadata generation fixes:
- make files readable when (re)generating
- make more platforms non-runnable by default
- adjust binaries path for plugins
- supported platforms are generated from TestMetadata instead of C# attribute

New tests brought to Horde: EventLoop and StateGraph

#rb Jerome.Delattre
#jira UE-192549

[CL 27184032 by chris constantinescu in ue5-main branch]
2023-08-17 16:15:06 -04:00

40 lines
2.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">
<Property Name="TestNames" Value="$(TestNames);StateGraph" />
<Property Name="StateGraphDisabled" Value="False" />
<Property Name="StateGraphShort" Value="State Graph" />
<Property Name="StateGraphStagesWithProjectFile" Value="False" />
<Property Name="StateGraphTarget" Value="StateGraphTests" />
<Property Name="StateGraphBinariesRelative" Value="Engine\Binaries" />
<Property Name="StateGraphReportType" Value="console" />
<Property Name="StateGraphGauntletArgs" Value="" />
<Property Name="StateGraphExtraArgs" />
<Property Name="StateGraphHasAfterSteps" Value="False" />
<Property Name="StateGraphUsesCatch2" Value="True" />
<Option Name="RunStateGraphTests" DefaultValue="False" Description="Run State Graph Tests" />
<Property Name="StateGraphSupportedPlatforms" Value="Win64" />
<Property Name="Win64StateGraphTags" Value="" />
<Property Name="Win64StateGraphExtraCompilationArgs" Value="" />
<Property Name="Win64StateGraphRunSupported" Value="True" />
<Property Name="MacStateGraphTags" Value="" />
<Property Name="MacStateGraphExtraCompilationArgs" Value="" />
<Property Name="MacStateGraphRunSupported" Value="True" />
<Property Name="IOSStateGraphTags" Value="" />
<Property Name="IOSStateGraphExtraCompilationArgs" Value="" />
<Property Name="IOSStateGraphRunSupported" Value="False" />
<Property Name="AndroidStateGraphTags" Value="" />
<Property Name="AndroidStateGraphExtraCompilationArgs" Value="" />
<Property Name="AndroidStateGraphRunSupported" Value="False" />
<Property Name="LinuxStateGraphTags" Value="" />
<Property Name="LinuxStateGraphExtraCompilationArgs" Value="" />
<Property Name="LinuxStateGraphRunSupported" Value="True" />
<Property Name="LinuxArm64StateGraphTags" Value="" />
<Property Name="LinuxArm64StateGraphExtraCompilationArgs" Value="" />
<Property Name="LinuxArm64StateGraphRunSupported" Value="True" />
<Property Name="TVOSStateGraphTags" Value="" />
<Property Name="TVOSStateGraphExtraCompilationArgs" Value="" />
<Property Name="TVOSStateGraphRunSupported" Value="False" />
<Property Name="VisionOSStateGraphTags" Value="" />
<Property Name="VisionOSStateGraphExtraCompilationArgs" Value="" />
<Property Name="VisionOSStateGraphRunSupported" Value="False" />
</BuildGraph>