summaryrefslogtreecommitdiff
path: root/external/bsd/libproc/tests/Makefile
blob: 1e750de41cd6a77fbba935bfb91e31d7ecf8e6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.1 2015/09/24 14:12:48 christos Exp $

NOMAN=yes
.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/lib/libproc

.PATH: ${.CURDIR}/../dist/tests

TESTS_C+=	proc_test

BINDIR=         ${TESTSDIR}
PROGS=		target_prog

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=

WARNS?=	6

.include <bsd.test.mk>