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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315036

View file

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