Files
UnrealEngine/Engine/Build/LowLevelTests/GlobalConfigurationData.xml
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

8 lines
708 B
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="RunGlobalConfigurationDataTests" DefaultValue="" Description="Run GlobalConfigurationData Tests" />
<Property Name="TestNames" Value="$(TestNames);GlobalConfigurationData" />
<Extend Name="RunAllTests">
<Expand Name="DeployAndTest" Platform="Win64" TestName="GlobalConfigurationData" ShortName="GlobalConfigurationData" TargetName="GlobalConfigurationDataTests" BinaryRelativePath="Engine\Binaries" ReportType="console" />
</Extend>
</BuildGraph>