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