diff --git a/projects/rocr-runtime/rocrtst/suites/test_common/main.cc b/projects/rocr-runtime/rocrtst/suites/test_common/main.cc index 9ba677a5d7..3a4ece4b84 100755 --- a/projects/rocr-runtime/rocrtst/suites/test_common/main.cc +++ b/projects/rocr-runtime/rocrtst/suites/test_common/main.cc @@ -490,6 +490,10 @@ TEST(rocrtstPerf, AQL_Dispatch_Time_Multi_Interrupt) { int main(int argc, char** argv) { ::testing::InitGoogleTest(&argc, argv); + #ifdef ROCRTST_EMULATOR_BUILD + std::cout << "--- Emulation build ---" << std::endl; + #endif + RocrTstGlobals settings; // Set some default values