mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
tests: Also exclude powerpc/powerpcspe from mmap_map_32bit_test
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5f11a33cee
commit
b231322dbe
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ ATF_TESTS_C+= mlock_test \
|
|||
shared_shadow_inval_test
|
||||
|
||||
.if ${MACHINE_ARCH} != "i386" && ${MACHINE} != "arm" && \
|
||||
(${MACHINE} != "powerpc" || ${MACHINE_ARCH} != "powerpc")
|
||||
(${MACHINE} != "powerpc" || (${MACHINE_ARCH} != "powerpc" && \
|
||||
${MACHINE_ARCH} != "powerpcspe"))
|
||||
# MAP_32BIT is only available on 64-bit platforms
|
||||
BINDIR= ${TESTSDIR}
|
||||
ATF_TESTS_SH+= mmap_map_32bit_test
|
||||
|
|
|
|||
Loading…
Reference in a new issue