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 <alex.ben...@linaro.org> > --- > 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 <th...@redhat.com>