Files
UnrealEngineUWP/Engine/Build/LowLevelTests/NetworkPredictionPlugin.xml
chris constantinescu 4f53219745 Fix warnings in LLT jobs
#jira UE-215685
#rnx

[CL 33918359 by chris constantinescu in ue5-main branch]
2024-05-26 15:59:52 -04:00

9 lines
896 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="RunNetworkPredictionPluginTests" DefaultValue="" Description="Run Net Prediction Tests" />
<Property Name="TestNames" Value="$(TestNames);NetworkPredictionPlugin" />
<Extend Name="RunAllTests">
<Expand Name="DeployAndTest" Platform="Win64" TestName="NetworkPredictionPlugin" ShortName="Net Prediction" TargetName="NetworkPredictionTests" BinaryRelativePath="Engine\Binaries" ReportType="console" />
<Expand Name="DeployAndTest" Platform="Linux" TestName="NetworkPredictionPlugin" ShortName="Net Prediction" TargetName="NetworkPredictionTests" BinaryRelativePath="Engine\Binaries" ReportType="console" />
</Extend>
</BuildGraph>