qemu/tests/tcg/cris
Alex Bennée d4f6e58fcb tests/tcg: split cris tests into bare and libc directories
Bare tests are standalone assembly tests that don't require linking to
any libc and hence can be built with kernel only compilers. The libc
tests need a compiler capable of building properly linked userspace
binaries. As we don't have such a cross compiler at the moment we
won't be building those tests.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-03-12 17:05:21 +00:00
..
bare tests/tcg: split cris tests into bare and libc directories 2019-03-12 17:05:21 +00:00
libc tests/tcg: split cris tests into bare and libc directories 2019-03-12 17:05:21 +00:00
.gdbinit tests: mv tests/* -> tests/tcg 2012-01-12 10:03:28 -06:00
Makefile tests: Avoid non-portable 'echo -ARG' 2017-07-11 17:45:00 +02:00
README tests: mv tests/* -> tests/tcg 2012-01-12 10:03:28 -06:00

Test-suite for the cris port. Heavily based on the test-suite for the CRIS port of sim by Hans-Peter Nilsson.