]> git.proxmox.com Git - mirror_qemu.git/commit - tests/tcg/README
tests/tcg: move architecture independent tests into subdir
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 5 Apr 2018 14:03:22 +0000 (15:03 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20:22 +0100)
commitdd28bebd024b4c7cfb6352126cd010d389a8d374
treee6396a4e43bf7f44eefeae6b35faf134e326ce58
parente27cae268fc18a22b7842fae1fe8257df704741a
tests/tcg: move architecture independent tests into subdir

We will want to build these for all supported guest architectures so
lets move them all into one place. We also drop test_path at this
point because it needs qemu utils and glib bits which is hard to
support for cross compiling.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
14 files changed:
MAINTAINERS
tests/tcg/Makefile
tests/tcg/README
tests/tcg/linux-test.c [deleted file]
tests/tcg/multiarch/Makefile.target [new file with mode: 0644]
tests/tcg/multiarch/README [new file with mode: 0644]
tests/tcg/multiarch/linux-test.c [new file with mode: 0644]
tests/tcg/multiarch/sha1.c [new file with mode: 0644]
tests/tcg/multiarch/test-mmap.c [new file with mode: 0644]
tests/tcg/multiarch/testthread.c [new file with mode: 0644]
tests/tcg/sha1.c [deleted file]
tests/tcg/test-mmap.c [deleted file]
tests/tcg/test_path.c [deleted file]
tests/tcg/testthread.c [deleted file]