diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-03-04 22:24:20 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-03-10 10:30:00 +0000 |
commit | 33629b82aeadb070a803e5887d3a5de59b1c95c9 (patch) | |
tree | 646195e3b60f670600244e8c8ee65137e8d29489 | |
parent | 830bbfb965274c2ac577420d28c7adecf8a39fd0 (diff) | |
download | qemu-33629b82aeadb070a803e5887d3a5de59b1c95c9.zip qemu-33629b82aeadb070a803e5887d3a5de59b1c95c9.tar.gz qemu-33629b82aeadb070a803e5887d3a5de59b1c95c9.tar.bz2 |
tests/tcg: mark test-vma as a linux-only test
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.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-14-alex.bennee@linaro.org>
-rw-r--r-- | tests/tcg/multiarch/linux/test-vma.c (renamed from tests/tcg/multiarch/test-vma.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/tcg/multiarch/test-vma.c b/tests/tcg/multiarch/linux/test-vma.c index 2893d60..2893d60 100644 --- a/tests/tcg/multiarch/test-vma.c +++ b/tests/tcg/multiarch/linux/test-vma.c |