Enable LocalMemory and AubStream in AubTestsWithTbx mode
Change-Id: I7958cc76be823b02782e1cb92eeacacdf35f8cc1
This commit is contained in:
parent
8029639898
commit
d7f498c58a
|
@ -217,8 +217,6 @@ int main(int argc, char **argv) {
|
|||
} else if (!strcmp("--tbx", argv[i])) {
|
||||
if (testMode == TestMode::AubTests) {
|
||||
testMode = TestMode::AubTestsWithTbx;
|
||||
DebugManager.flags.UseAubStream.set(false);
|
||||
DebugManager.flags.EnableLocalMemory.set(0);
|
||||
}
|
||||
initialHardwareTag = 0;
|
||||
} else if (!strcmp("--devices", argv[i])) {
|
||||
|
|
Loading…
Reference in New Issue