Re: [PATCH 1/2] tests/functional: Introduce the dso_suffix() helper

2025-02-19 Thread Thomas Huth
On 19/02/2025 20.23, Philippe Mathieu-Daudé wrote: Introduce a helper to get the default shared library suffix used on the host. Suggested-by: Pierrick Bouvier Signed-off-by: Philippe Mathieu-Daudé --- tests/functional/qemu_test/__init__.py | 2 +- tests/functional/qemu_test/cmd.py | 6

Re: [PATCH 1/2] tests/functional: Introduce the dso_suffix() helper

2025-02-19 Thread Pierrick Bouvier
On 2/19/25 11:23, Philippe Mathieu-Daudé wrote: Introduce a helper to get the default shared library suffix used on the host. Suggested-by: Pierrick Bouvier Signed-off-by: Philippe Mathieu-Daudé --- tests/functional/qemu_test/__init__.py | 2 +- tests/functional/qemu_test/cmd.py | 6 ++

[PATCH 1/2] tests/functional: Introduce the dso_suffix() helper

2025-02-19 Thread Philippe Mathieu-Daudé
Introduce a helper to get the default shared library suffix used on the host. Suggested-by: Pierrick Bouvier Signed-off-by: Philippe Mathieu-Daudé --- tests/functional/qemu_test/__init__.py | 2 +- tests/functional/qemu_test/cmd.py | 6 ++ 2 files changed, 7 insertions(+), 1 deletion(-