]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Enable out-of-tree acceptance tests
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 Jun 2018 17:34:37 +0000 (14:34 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 15 Jun 2018 19:10:11 +0000 (16:10 -0300)
commit1b145d59b74a5880d82954ee940a219e73851f9e
tree4390f9565f0fbbb2cba327afeebcd8fc79e51db2
parentc1cc73f407b890c4e7ab5bf520c0637e0364e92a
configure: Enable out-of-tree acceptance tests

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, allowing the same command than in in-tree builds:

  build_dir$ avocado run tests/acceptance/boot_linux_console.py

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180612173437.14462-1-f4bug@amsat.org>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
configure