1271937Smarkj# $FreeBSD: stable/11/lib/libproc/tests/Makefile 336872 2018-07-29 19:11:21Z markj $
2271937Smarkj
3271937SmarkjATF_TESTS_C+=	proc_test
4271937Smarkj
5271937SmarkjPROGS=		target_prog
6271937SmarkjSRCS_target_prog=	target_prog.c
7271937SmarkjBINDIR_target_prog=	${TESTSDIR}
8271937Smarkj
9316386SasomersWARNS?=		6
10291738SbdreweryLIBADD=	elf proc rtld_db util
11271937Smarkj
12271937Smarkj# Ensure that symbols aren't stripped from the test program, as they're needed
13271937Smarkj# for testing symbol lookup.
14271937SmarkjSTRIP=
15336872SmarkjCFLAGS.target_prog.c+= -O0
16271937Smarkj
17271937Smarkj.include <bsd.test.mk>
18