Re: [PATCH v4 16/16] tests/functional: Run cross-endian microblaze tests

2025-02-06 Thread Thomas Huth
On 06/02/2025 12.33, Philippe Mathieu-Daudé wrote: Ensure microblaze machines can run cross-endianness by running all tests on all machines. Signed-off-by: Philippe Mathieu-Daudé --- tests/functional/test_microblaze_s3adsp1800.py | 6 ++ tests/functional/test_microblazeel_s3adsp1800.py

[PATCH v4 16/16] tests/functional: Run cross-endian microblaze tests

2025-02-06 Thread Philippe Mathieu-Daudé
Ensure microblaze machines can run cross-endianness by running all tests on all machines. Signed-off-by: Philippe Mathieu-Daudé --- tests/functional/test_microblaze_s3adsp1800.py | 6 ++ tests/functional/test_microblazeel_s3adsp1800.py | 6 ++ 2 files changed, 12 insertions(+) diff --