DaedalicEntertainment / ue4-test-automation

Facilitates setting up integration test suits with Unreal Engine 4 Gauntlet.
https://www.daedalic.com
MIT License
218 stars 64 forks source link

DaeTestReportWriterPerformance.cpp needs #include "DaeTestLogCategory.h" #37

Closed codemonkey-uk closed 2 years ago

codemonkey-uk commented 2 years ago

When compiling DaeTestReportWriterPerformance.cpp the following errors are reported (below). These errors are usually masked by Unreal "Unity" compilation. These errors are fixed by inserting #include "DaeTestLogCategory.h"

...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(22): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(22): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(22): Error C2065 : 'LogDaeTest': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(61): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(61): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(61): Error C2065 : 'LogDaeTest': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(117): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(117): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(117): Error C2065 : 'LogDaeTest': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(118): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(118): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(118): Error C2065 : 'LogDaeTest': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(131): Error C2653 : 'FLogCategoryLogDaeTest': is not a class or namespace name
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(131): Error C2065 : 'CompileTimeVerbosity': undeclared identifier
...\Plugins\DaedalicTestAutomationPlugin\Source\DaedalicTestAutomationPlugin\Private\DaeTestReportWriterPerformance.cpp(131): Error C2065 : 'LogDaeTest': undeclared identifier
codemonkey-uk commented 2 years ago

Closing as incorrect, my apologies this was a local error in my depot.