qemu-devel
[Top][All Lists]
Advanced

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

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


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH for-2.3? 5/7] tests/tcg: Fix run-runcom target
Date: Mon, 13 Apr 2015 16:36:29 +0100

Andreas Färber <address@hidden> writes:

> 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>
Reviewed-by: Alex Bennée <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

-- 
Alex Bennée



reply via email to

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