diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-04-05 15:03:22 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-06-20 20:22:34 +0100 |
commit | dd28bebd024b4c7cfb6352126cd010d389a8d374 (patch) | |
tree | e6396a4e43bf7f44eefeae6b35faf134e326ce58 /tests/tcg/multiarch/README | |
parent | e27cae268fc18a22b7842fae1fe8257df704741a (diff) |
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>
Diffstat (limited to 'tests/tcg/multiarch/README')
-rw-r--r-- | tests/tcg/multiarch/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/multiarch/README b/tests/tcg/multiarch/README new file mode 100644 index 0000000000..522c9d2ea3 --- /dev/null +++ b/tests/tcg/multiarch/README @@ -0,0 +1 @@ +Multi-architecture linux-user tests |