mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase WARNS for libutil 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
48415c8b1b
commit
eeda0489ca
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ TAP_TESTS_C+= pidfile_test
|
|||
TAP_TESTS_C+= trimdomain_test
|
||||
TAP_TESTS_C+= trimdomain-nodomain_test
|
||||
|
||||
WARNS?= 2
|
||||
LIBADD+= util
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue