Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $FreeBSD: head/lib/libproc/tests/Makefile 271937 2014-09-21 21:25:41Z markj $

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>