]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Move or1k tests into target-specific folders
authorThomas Huth <thuth@redhat.com>
Tue, 19 Aug 2025 11:23:52 +0000 (13:23 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 27 Aug 2025 07:46:55 +0000 (09:46 +0200)
commitff94df87caeecf3fe2b77e06d2ffe483725bcb51
treec0425770fb48e6b17decd7ffe423100af66c5e31
parentf227c45e5b6e928a413fcf7176b59aac4e430c82
tests/functional: Move or1k tests into target-specific folders

The tests/functional folder has become quite crowded, thus move the
openrisc tests into a target-specific subfolder.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250819112403.432587-16-thuth@redhat.com>
MAINTAINERS
tests/functional/meson.build
tests/functional/or1k/meson.build [new file with mode: 0644]
tests/functional/or1k/test_replay.py [moved from tests/functional/test_or1k_replay.py with 100% similarity]
tests/functional/or1k/test_sim.py [moved from tests/functional/test_or1k_sim.py with 100% similarity]