2023-04-28 09:49:51 -04:00
|
|
|
|
<?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">
|
2024-05-26 15:59:52 -04:00
|
|
|
|
<Option Name="RunReplicationSystemTests" DefaultValue="" Description="Run Replication System Tests" />
|
2024-05-24 12:58:43 -04:00
|
|
|
|
<Property Name="TestNames" Value="$(TestNames);ReplicationSystem" />
|
2024-05-01 11:35:44 -04:00
|
|
|
|
<Extend Name="RunAllTests">
|
|
|
|
|
|
<Expand Name="DeployAndTest" Platform="Win64" TestName="ReplicationSystem" ShortName="Replication System" TargetName="ReplicationSystemLowLevelTests" BinaryRelativePath="Engine\Binaries" ReportType="console" />
|
|
|
|
|
|
<Expand Name="DeployAndTest" Platform="Linux" TestName="ReplicationSystem" ShortName="Replication System" TargetName="ReplicationSystemLowLevelTests" BinaryRelativePath="Engine\Binaries" ReportType="console" />
|
|
|
|
|
|
<Expand Name="DeployAndTest" Platform="LinuxArm64" TestName="ReplicationSystem" ShortName="Replication System" TargetName="ReplicationSystemLowLevelTests" BinaryRelativePath="Engine\Binaries" ReportType="console" RunContainerized="True" />
|
|
|
|
|
|
</Extend>
|
2023-04-28 09:49:51 -04:00
|
|
|
|
</BuildGraph>
|