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

13 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="RunWebTests" DefaultValue="" Description="Run Web Tests" />
<Property Name="TestNames" Value="$(TestNames);Web" />
<Extend Name="RunAllTests">
<Expand Name="DeployAndTest" Platform="Win64" TestName="Web" ShortName="Web" TargetName="WebTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules" />
<!-- Temporarily disabled linux -->
<!-- <Expand Name="DeployAndTest" Platform="Linux" TestName="Web" ShortName="Web" TargetName="WebTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules" /> -->
<Expand Name="DeployAndTest" Platform="Mac" TestName="Web" ShortName="Web" TargetName="WebTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules" />
<Expand Name="DeployAndTest" Platform="Android" TestName="Web" ShortName="Web" TargetName="WebTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules -architectures=arm64" RunUnsupported="True" />
<Expand Name="DeployAndTest" Platform="IOS" TestName="Web" ShortName="Web" TargetName="WebTests" BinaryRelativePath="Engine\Binaries" ReportType="xml" ExtraCompilationArgs="-allmodules" RunUnsupported="True" />
</Extend>
</BuildGraph>