]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libproc/tests/Makefile
zfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release) into stable/13
[FreeBSD/FreeBSD.git] / lib / libproc / tests / Makefile
1 # $FreeBSD$
2
3 ATF_TESTS_C+=   proc_test
4
5 PROGS=          target_prog
6 SRCS_target_prog=       target_prog.c
7 BINDIR_target_prog=     ${TESTSDIR}
8
9 LIBADD= elf proc rtld_db util
10
11 # Ensure that symbols aren't stripped from the test program, as they're needed
12 # for testing symbol lookup.
13 STRIP=
14 CFLAGS.target_prog.c+= -O0
15
16 .include <bsd.test.mk>