opnsense-src/tests/sys/vm/stack/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
373 B
Makefile
Raw Permalink Normal View History

PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/vm/stack
ATF_TESTS_C+= stack_dt_need_exec_test
ATF_TESTS_C+= stack_dlopen_exec_test
ATF_TESTS_C+= stack_mprotect_exec_test
LDFLAGS.stack_dt_need_exec_test+= -Wl,-rpath,${TESTSDIR} -L${.OBJDIR:H}/soxstack
LDADD.stack_dt_need_exec_test+= -lsoxstack
LDFLAGS.stack_dlopen_exec_test+= -Wl,-rpath,${TESTSDIR}
.include <bsd.test.mk>