diff mbox

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

Message ID 1428777292-24628-6-git-send-email-afaerber@suse.de
State New
Headers show

Commit Message

Andreas Färber April 11, 2015, 6:34 p.m. UTC
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 <afaerber@suse.de>
---
 tests/tcg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Bennée April 13, 2015, 3:36 p.m. UTC | #1
Andreas Färber <afaerber@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 <afaerber@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@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
diff mbox

Patch

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