1# $FreeBSD$ 2 3PACKAGE= tests 4 5TESTSRC= ${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: 11STRIP= 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. 15NETBSD_ATF_TESTS_C+= backtrace_test 16 17LIBADD.backtrace_test+= execinfo 18 19.include <netbsd-tests.test.mk> 20 21.include <bsd.test.mk> 22