xref: /freebsd-14.2/lib/libproc/tests/Makefile (revision d0b2dbfa)
19351ac6dSMark Johnston
29351ac6dSMark JohnstonATF_TESTS_C+=	proc_test
39351ac6dSMark Johnston
49351ac6dSMark JohnstonPROGS=		target_prog
59351ac6dSMark JohnstonSRCS_target_prog=	target_prog.c
69351ac6dSMark JohnstonBINDIR_target_prog=	${TESTSDIR}
79351ac6dSMark Johnston
8eacae6dcSBryan DreweryLIBADD=	elf proc rtld_db util
99351ac6dSMark Johnston
109351ac6dSMark Johnston# Ensure that symbols aren't stripped from the test program, as they're needed
119351ac6dSMark Johnston# for testing symbol lookup.
129351ac6dSMark JohnstonSTRIP=
13*d76b9890SMark JohnstonCFLAGS.target_prog.c+= -O0
149351ac6dSMark Johnston
159351ac6dSMark Johnston.include <bsd.test.mk>
16