diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/functional/or1k/meson.build | 6 | ||||
| -rwxr-xr-x | tests/functional/or1k/test_replay.py (renamed from tests/functional/test_or1k_replay.py) | 0 | ||||
| -rwxr-xr-x | tests/functional/or1k/test_sim.py (renamed from tests/functional/test_or1k_sim.py) | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/or1k/meson.build b/tests/functional/or1k/meson.build new file mode 100644 index 0000000000..e246e2ab08 --- /dev/null +++ b/tests/functional/or1k/meson.build @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +tests_or1k_system_thorough = [ + 'replay', + 'sim', +] diff --git a/tests/functional/test_or1k_replay.py b/tests/functional/or1k/test_replay.py index 2b60a9372c..2b60a9372c 100755 --- a/tests/functional/test_or1k_replay.py +++ b/tests/functional/or1k/test_replay.py diff --git a/tests/functional/test_or1k_sim.py b/tests/functional/or1k/test_sim.py index f9f0b690a0..f9f0b690a0 100755 --- a/tests/functional/test_or1k_sim.py +++ b/tests/functional/or1k/test_sim.py |