Files
2025-05-18 13:04:45 +08: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;
}