xref: /freebsd/lib/libproc/tests/Makefile (revision d76b9890045dfa217a52c1cae469d4794ad30a1c)
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
948415c8bSAlan SomersWARNS?=		6
10eacae6dcSBryan DreweryLIBADD=	elf proc rtld_db util
119351ac6dSMark Johnston
129351ac6dSMark Johnston# Ensure that symbols aren't stripped from the test program, as they're needed
139351ac6dSMark Johnston# for testing symbol lookup.
149351ac6dSMark JohnstonSTRIP=
15*d76b9890SMark JohnstonCFLAGS.target_prog.c+= -O0
169351ac6dSMark Johnston
179351ac6dSMark Johnston.include <bsd.test.mk>
18