aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/tests/Makefile
blob: 768078ecb3f85daeeb75228c3c08fb60211e1557 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PACKAGE=tests
FILESGROUPS=	TESTS
TESTSPACKAGE=	${PACKAGE}

ATF_TESTS_C+=	proc_test

PROGS=		target_prog
SRCS_target_prog=	target_prog.c
BINDIR_target_prog=	${TESTSDIR}

LIBADD=	elf proc rtld_db util

# Ensure that symbols aren't stripped from the test program, as they're needed
# for testing symbol lookup.
STRIP=

.include <bsd.test.mk>