Files
UnrealEngineUWP/Engine/Source/Programs/LowLevelTests/Tests/main.cpp
chris constantinescu 9212fef5a7 LLT 2.0 on preflights
- bIncludeAllTests flag on target will compile with all tests: used on LowLevelTests target to run on preflights
- Preflights now running low level tests by default, only those from LowLevelTests and its dependencies stemming from Core and Projects
#preflight 61f930bb8b4112f7cc95e807
#rb Mark.Lintott

[CL 18807604 by chris constantinescu in ue5-main branch]
2022-02-01 09:04:25 -05:00

11 lines
208 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "TestRunner.h"
#include "RequiredProgramMainCPPInclude.h"
IMPLEMENT_APPLICATION(SampleTests, "SampleTests");
void Setup() {
}
void Teardown() {
}