Searched hist:"50 b13d31f4cc6c70330cc3a92561a581fc176ec9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | __init__.py | diff 50b13d31f4cc6c70330cc3a92561a581fc176ec9 Sat Jul 02 13:56:04 CDT 2022 Peter Delevoryas <peter@pjd.dev> avocado: Fix BUILD_DIR if it's equal to SOURCE_DIR
I like to build QEMU from the root source directory [*], rather than cd'ing into the build directory. This code may as well include a search path for that, so that you can run avocado tests individually without specifying "-p qemu_bin=build/qemu-system-arm" manually.
[*] See commit dedad02720 ("configure: add support for pseudo-"in source tree" builds")
Signed-off-by: Peter Delevoryas <peter@pjd.dev> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220702185604.46643-1-peter@pjd.dev> [PMD: Mention commit dedad02720] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
|