Andreas Färber <afaer...@suse.de> 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 <afaer...@suse.de>
Reviewed-by: Alex Bennée <alex.ben...@linaro.org>

> ---
>  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