Executing the binary pi_10.com terminates without a trailing newline.

As it does not seem to be caused by the runcom program and since we
can't easily fix pi_10.com, add an echo after executing it. This places
"make:" output (or that of a target following it) on a new line as expected.

Signed-off-by: Andreas Färber <afaer...@suse.de>
---
 tests/tcg/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/tcg/Makefile b/tests/tcg/Makefile
index db8c510..f853d54 100644
--- a/tests/tcg/Makefile
+++ b/tests/tcg/Makefile
@@ -75,6 +75,7 @@ run-test-mmap: test-mmap
 
 run-runcom: runcom
        -$(QEMU) ./runcom $(SRC_PATH)/tests/tcg/pi_10.com
+       @echo
 
 run-test_path: test_path
        ./test_path
-- 
2.1.4


Reply via email to