Re: [Qemu-devel] [PATCH] configure: Enable out-of-tree acceptance tests

2018-06-13 Thread Eduardo Habkost
On Tue, Jun 12, 2018 at 02:34:37PM -0300, Philippe Mathieu-Daudé wrote: > Currently to run Avocado acceptance tests in an out-of-tree > build directory, we need to use the full path to the test: > > build_dir$ avocado run > /full/path/to/sources/qemu/tests/acceptance/boot_linux_console.py > >

[Qemu-devel] [PATCH] configure: Enable out-of-tree acceptance tests

2018-06-12 Thread Philippe Mathieu-Daudé
Currently to run Avocado acceptance tests in an out-of-tree build directory, we need to use the full path to the test: build_dir$ avocado run /full/path/to/sources/qemu/tests/acceptance/boot_linux_console.py This patch adds a symlink in the build tree to simplify the tests invocation,