]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg: split run-test into user and system variants
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Mar 2019 14:13:16 +0000 (14:13 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000 (17:05 +0000)
commitfdfda70e282a6983b6f46e942162e14621ca268f
tree198dad860608eef49340d1f91b2da54575a11f40
parent3d55c026241d2717b3fd97800889c19fad7b6ae8
tests/tcg: split run-test into user and system variants

We can't rely on shell redirect magic to get things right so lets
setup a common output chardev that is expecting to write to files. As
we have split run-test up we might as well move the default monitor
bits into the call.

Finally a little make sophistry is required to correctly quote
$(COMMA) and as we don't inherit common rules we have our own little
copy here.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/tcg/Makefile