Increase WARNS for libmp 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:
Alan Somers 2017-03-11 00:08:11 +00:00
parent 51f86375f4
commit 528c1219c7
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
TAP_TESTS_C+= legacy_test
WARNS?= 3
LIBADD+= mp
.include <bsd.test.mk>