qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-2.3? 5/7] tests/tcg: Fix run-runcom target


From: Andreas Färber
Subject: [Qemu-devel] [PATCH for-2.3? 5/7] tests/tcg: Fix run-runcom target
Date: Sat, 11 Apr 2015 20:34:50 +0200

The path had not been updated after relocating the TCG tests.

Fix this to allow executing the test via `make -C tests/tcg run-runcom`.

Signed-off-by: Andreas Färber <address@hidden>
---
 tests/tcg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/tcg/Makefile b/tests/tcg/Makefile
index ab1055f..db8c510 100644
--- a/tests/tcg/Makefile
+++ b/tests/tcg/Makefile
@@ -74,7 +74,7 @@ run-test-mmap: test-mmap
 #      -$(QEMU) -p 32768 ./test-mmap 32768
 
 run-runcom: runcom
-       -$(QEMU) ./runcom $(SRC_PATH)/tests/pi_10.com
+       -$(QEMU) ./runcom $(SRC_PATH)/tests/tcg/pi_10.com
 
 run-test_path: test_path
        ./test_path
-- 
2.1.4




reply via email to

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