On 26/02/2025 15.03, 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.

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: Thomas Huth <[email protected]>


Reply via email to