svn commit: r315036 - head/lib/libmp/tests

Alan Somers asomers at FreeBSD.org
Sat Mar 11 00:08:13 UTC 2017


Author: asomers
Date: Sat Mar 11 00:08:11 2017
New Revision: 315036
URL: https://svnweb.freebsd.org/changeset/base/315036

Log:
  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

Modified:
  head/lib/libmp/tests/Makefile

Modified: head/lib/libmp/tests/Makefile
==============================================================================
--- head/lib/libmp/tests/Makefile	Sat Mar 11 00:07:04 2017	(r315035)
+++ head/lib/libmp/tests/Makefile	Sat Mar 11 00:08:11 2017	(r315036)
@@ -2,6 +2,7 @@
 
 TAP_TESTS_C+=	legacy_test
 
+WARNS?=		3
 LIBADD+=	mp
 
 .include <bsd.test.mk>


More information about the svn-src-head mailing list