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