Don't build brk_test on platforms that don't support brk().

X-MFC with:	r334626
This commit is contained in:
markj 2018-06-05 13:06:06 +00:00
parent f53b0281b8
commit c72e60e430

View File

@ -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,