Skip to content

Allow run_gtest_adb to run tests on multiple cores

Michael Platings requested to merge gtest-multicore into main

Now that we have multithreading support we need to be able to run tests on multiple cores. For now it is assumed that all cores will be in the same thermal zone.

Merge request reports