tests/tcg: add linux-user semihosting smoke test for ARM
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Sep 2019 13:18:41 +0000 (14:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Sep 2019 10:41:32 +0000 (11:41 +0100)
commit83704ceff1b81b750f50464643084aa7cc5608fb
treedc259b8152d5f3c318c8949dc79ad05a1899a5e3
parente267255957fc82db47f96da1ff56409093b824e4
tests/tcg: add linux-user semihosting smoke test for ARM

We already use semihosting for the system stuff so this is a simple
smoke test to ensure we are working OK on linux-user.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20190913151845.12582-7-alex.bennee@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/tcg/aarch64/Makefile.target
tests/tcg/arm/Makefile.target
tests/tcg/arm/semihosting.c [new file with mode: 0644]