Increase WARNS for libproc tests
ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933
This commit is contained in:
parent
b70d2a2aa5
commit
48415c8b1b
@ -6,6 +6,7 @@ PROGS= target_prog
|
||||
SRCS_target_prog= target_prog.c
|
||||
BINDIR_target_prog= ${TESTSDIR}
|
||||
|
||||
WARNS?= 6
|
||||
LIBADD= elf proc rtld_db util
|
||||
|
||||
# Ensure that symbols aren't stripped from the test program, as they're needed
|
||||
|
Loading…
Reference in New Issue
Block a user