]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libexecinfo/tests/Makefile
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / lib / libexecinfo / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSRC=        ${SRCTOP}/contrib/netbsd-tests/lib/libexecinfo
6
7 .include <bsd.own.mk>
8
9 # Perhaps not surprisingly, the backtrace symbol test needs symbols.  Leave
10 # them in:
11 STRIP=
12 # It could probably be made to work without symbols by checking pointer values
13 # instead, but part of the tested functionality is the symbol resolution logic,
14 # so that doesn't seem useful.
15 NETBSD_ATF_TESTS_C+=    backtrace_test
16
17 LIBADD.backtrace_test+= execinfo
18
19 .include <netbsd-tests.test.mk>
20
21 .include <bsd.test.mk>