Add emulator build notification to rocrtst.
Change-Id: I3eb5fd5ec26541f3459aebf289d25c942f09da02
Этот коммит содержится в:
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user