diff options
| author | Marc-André Lureau | 2016-06-15 13:06:00 +0200 |
|---|---|---|
| committer | Michael Roth | 2016-07-25 20:23:17 +0200 |
| commit | fe31017f79e591463599de30b11b24835f10f18b (patch) | |
| tree | f665cbd5c7c2cf9f4629d0f2ac28b390c4eaac57 /configure | |
| parent | Update version for v2.7.0-rc0 release (diff) | |
| download | qemu-fe31017f79e591463599de30b11b24835f10f18b.tar.gz qemu-fe31017f79e591463599de30b11b24835f10f18b.tar.xz qemu-fe31017f79e591463599de30b11b24835f10f18b.zip | |
build-sys: link tests/data
Link a common tests data directory to the build directory.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5995,6 +5995,11 @@ for rom in seabios vgabios ; do echo "LD=$ld" >> $config_mak done +# set up tests data directory +if [ ! -e tests/data ]; then + symlink "$source_path/tests/data" tests/data +fi + # set up qemu-iotests in this build directory iotests_common_env="tests/qemu-iotests/common.env" iotests_check="tests/qemu-iotests/check" |
