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