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

TESTSDIR=	${TESTSBASE}/lib/libproc

ATF_TESTS_C+=	proc_test

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

LDADD+=	-lelf -lproc -lrtld_db -lutil
DPADD+=	${LIBELF} ${LIBPROC} ${LIBRTLD_DB} ${LIBUTIL}

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

MAN=
WARNS?=	6

.include <bsd.test.mk>
OpenPOWER on IntegriCloud