Files
UnrealEngineUWP/Engine/Source/Programs/LowLevelTests/LowLevelTests.Target.cs
chris constantinescu 1278a26f76 Low level tests further refactoring and test resource deployment
#preflight 626955ed0d4ac78d716eacf0
#rnx

[CL 19941830 by chris constantinescu in ue5-main branch]
2022-04-27 12:36:35 -04:00

13 lines
282 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
[SupportedPlatforms(UnrealPlatformClass.All)]
public class LowLevelTestsTarget : TestTargetRules
{
public LowLevelTestsTarget(TargetInfo Target) : base(Target)
{
bWithLowLevelTestsOverride = true;
}
}