|
| From: | Thomas Huth |
| Subject: | Re: [Qemu-devel] [PATCH v1 09/24] tests/tcg: move architecture independent tests into subdir |
| Date: | Wed, 11 Apr 2018 12:22:13 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 10.04.2018 21:39, Alex Bennée wrote:
> 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 <address@hidden>
> ---
> tests/tcg/README | 10 +--
> tests/tcg/multiarch/README | 1 +
> tests/tcg/{ => multiarch}/linux-test.c | 0
> tests/tcg/{ => multiarch}/sha1.c | 0
> tests/tcg/{ => multiarch}/test-mmap.c | 0
> tests/tcg/{ => multiarch}/testthread.c | 0
> tests/tcg/test_path.c | 157
> ---------------------------------
> 7 files changed, 5 insertions(+), 163 deletions(-)
> create mode 100644 tests/tcg/multiarch/README
> rename tests/tcg/{ => multiarch}/linux-test.c (100%)
> rename tests/tcg/{ => multiarch}/sha1.c (100%)
> rename tests/tcg/{ => multiarch}/test-mmap.c (100%)
> rename tests/tcg/{ => multiarch}/testthread.c (100%)
> delete mode 100644 tests/tcg/test_path.c
Reviewed-by: Thomas Huth <address@hidden>
| [Prev in Thread] | Current Thread | [Next in Thread] |