]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libproc/tests/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[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 WARNS?=         6
10 LIBADD= elf proc rtld_db util
11
12 # Ensure that symbols aren't stripped from the test program, as they're needed
13 # for testing symbol lookup.
14 STRIP=
15 CFLAGS.target_prog.c+= -O0
16
17 .include <bsd.test.mk>