You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- 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]
11 lines
208 B
C++
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() {
|
|
} |