diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2021-10-01 22:01:52 -0700 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2023-03-15 05:08:04 -0700 |
commit | 51139fb3e7b05dd7daeca8f00748678ce9e087e5 (patch) | |
tree | 9cbd37ff35dcc8637b0b274a24979f67a1189143 /MAINTAINERS | |
parent | 5161dba859915be3d328a31fe015a27997442640 (diff) |
tests/tcg/xtensa: allow testing big-endian cores
Don't disable all big-endian tests, instead check whether $(CORE) is
supported by the configured $(QEMU) and enable tests if it is.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d51ddee0b9..94faa80461 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -371,6 +371,7 @@ S: Maintained F: target/xtensa/ F: hw/xtensa/ F: tests/tcg/xtensa/ +F: tests/tcg/xtensaeb/ F: disas/xtensa.c F: include/hw/xtensa/xtensa-isa.h F: configs/devices/xtensa*/default.mak |