summaryrefslogtreecommitdiff
path: root/lib/libexecinfo/tests/Makefile
blob: 281074e34a67e3e94c08ea7df89a0807f2a31bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PACKAGE=	tests

TESTSRC=	${SRCTOP}/contrib/netbsd-tests/lib/libexecinfo

.include <bsd.own.mk>

# Perhaps not surprisingly, the backtrace symbol test needs symbols.  Leave
# them in:
STRIP=
# It could probably be made to work without symbols by checking pointer values
# instead, but part of the tested functionality is the symbol resolution logic,
# so that doesn't seem useful.
NETBSD_ATF_TESTS_C+=	backtrace_test

ATF_TESTS_C+=		sigtramp_test

LIBADD.backtrace_test+=	execinfo
LIBADD.sigtramp_test+=	execinfo

.include <netbsd-tests.test.mk>

.include <bsd.test.mk>