From e615e35e0e34e451abc5ea53132f355d09868f8c Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Fri, 13 Aug 2021 16:46:26 -0500 Subject: [PATCH] Add emulator build notification to rocrtst. Change-Id: I3eb5fd5ec26541f3459aebf289d25c942f09da02 [ROCm/ROCR-Runtime commit: 7512c32f69921b28e77ba09fa19eca9b03035320] --- projects/rocr-runtime/rocrtst/suites/test_common/main.cc | 4 ++++ 1 file changed, 4 insertions(+) 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