Commit fe31017f authored by Marc-André Lureau's avatar Marc-André Lureau Committed by Michael Roth
Browse files

build-sys: link tests/data



Link a common tests data directory to the build directory.

Signed-off-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent 2d2e632a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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"