qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL for-2.7 1/3] build-sys: link tests/data


From: Michael Roth
Subject: [Qemu-devel] [PULL for-2.7 1/3] build-sys: link tests/data
Date: Mon, 25 Jul 2016 14:04:25 -0500

From: Marc-André Lureau <address@hidden>

Link a common tests data directory to the build directory.

Signed-off-by: Marc-André Lureau <address@hidden>
Signed-off-by: Michael Roth <address@hidden>
---
 configure | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index 6ffa4a8..61279b0 100755
--- a/configure
+++ b/configure
@@ -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"
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]