On 3/4/25 14:24, Alex Bennée wrote:
The main multiarch tests should compile for any POSIX system, however
test-vma's usage of MAP_NORESERVE makes it a linux-only test. Simply
moving the source file is enough for the build logic to skip on BSD's.
Message-Id: <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
---
tests/tcg/multiarch/{ => linux}/test-vma.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename tests/tcg/multiarch/{ => linux}/test-vma.c (100%)
diff --git a/tests/tcg/multiarch/test-vma.c
b/tests/tcg/multiarch/linux/test-vma.c
similarity index 100%
rename from tests/tcg/multiarch/test-vma.c
rename to tests/tcg/multiarch/linux/test-vma.c
Reviewed-by: Richard Henderson <[email protected]>
r~