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