Files
UnrealEngineUWP/Engine/Source/Developer/LowLevelTestsRunner/Public/Platform/Windows/WindowsTestRunner.h
chris constantinescu cd6530efad Low Level Tests: code tests built on Catch2 with multi-platform support.
Intended for writing unit, integration, functional and all types of tests.

#jira UEENGQA-49764
#rb Jerome.Delattre

[CL 17666358 by chris constantinescu in ue5-main branch]
2021-09-29 15:50:07 -04:00

11 lines
257 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Windows/AllowWindowsPlatformTypes.h"
#include "Windows/MinWindows.h"
#include "Windows/HideWindowsPlatformTypes.h"
#include "CoreMinimal.h"
int main(int argc, const char* argv[]);