mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
13 lines
372 B
Makefile
13 lines
372 B
Makefile
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>
|