Files
UnrealEngine/Engine/Source/Developer/TraceInsightsFrontend/Private/InsightsFrontend/Tests/UnitTests.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

12 lines
383 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "CoreTypes.h"
#include "Misc/AutomationTest.h"
IMPLEMENT_SIMPLE_AUTOMATION_TEST(FTraceInsightsFrontendUnitTest, "System.Insights.Frontend.UnitTest", EAutomationTestFlags_ApplicationContextMask | EAutomationTestFlags::SmokeFilter)
bool FTraceInsightsFrontendUnitTest::RunTest(const FString& Parameters)
{
return true;
}