xref: /freebsd/lib/libproc/tests/Makefile (revision a0ee8cc636cd5c2374ec44ca71226564ea0bca95)
1# $FreeBSD$
2
3ATF_TESTS_C+=	proc_test
4
5PROGS=		target_prog
6SRCS_target_prog=	target_prog.c
7BINDIR_target_prog=	${TESTSDIR}
8
9LIBADD=	elf proc rtld_db util
10
11# Ensure that symbols aren't stripped from the test program, as they're needed
12# for testing symbol lookup.
13STRIP=
14
15WARNS?=	6
16
17.include <bsd.test.mk>
18