aboutsummaryrefslogtreecommitdiff
path: root/lib/libmp
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2017-03-11 00:08:11 +0000
committerAlan Somers <asomers@FreeBSD.org>2017-03-11 00:08:11 +0000
commit528c1219c75acb3e453424089e8af18c39f12535 (patch)
tree9d0c76306c9a7d2f68eff4c47994894c7743ba11 /lib/libmp
parent51f86375f4f2c50d6fb96d7d7cd3bb4e835049ff (diff)
downloadsrc-528c1219c75acb3e453424089e8af18c39f12535.tar.gz
src-528c1219c75acb3e453424089e8af18c39f12535.zip
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
Notes
Notes: svn path=/head/; revision=315036
Diffstat (limited to 'lib/libmp')
-rw-r--r--lib/libmp/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmp/tests/Makefile b/lib/libmp/tests/Makefile
index 42749d00a039..7c2714f40f9f 100644
--- a/lib/libmp/tests/Makefile
+++ b/lib/libmp/tests/Makefile
@@ -2,6 +2,7 @@
TAP_TESTS_C+= legacy_test
+WARNS?= 3
LIBADD+= mp
.include <bsd.test.mk>