mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Don't build brk_test on platforms that don't support brk().
X-MFC with: r334626
This commit is contained in:
parent
d670d9518f
commit
ea16e3e1e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334653
@ -4,7 +4,9 @@ PACKAGE= tests
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MACHINE_CPUARCH} != "aarch64" && ${MACHINE_CPUARCH} != "riscv"
|
||||
ATF_TESTS_C+= brk_test
|
||||
.endif
|
||||
ATF_TESTS_C+= queue_test
|
||||
|
||||
# TODO: clone, lwp_create, lwp_ctl, posix_fadvise, recvmmsg,
|
||||
|
Loading…
Reference in New Issue
Block a user