svn commit: r316385 - stable/11/lib/libmp/tests

Alan Somers asomers at FreeBSD.org
Sun Apr 2 02:12:28 UTC 2017


Author: asomers
Date: Sun Apr  2 02:12:27 2017
New Revision: 316385
URL: https://svnweb.freebsd.org/changeset/base/316385

Log:
  MFC r315036
  
  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:
  stable/11/lib/libmp/tests/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libmp/tests/Makefile
==============================================================================
--- stable/11/lib/libmp/tests/Makefile	Sun Apr  2 02:11:53 2017	(r316384)
+++ stable/11/lib/libmp/tests/Makefile	Sun Apr  2 02:12:27 2017	(r316385)
@@ -2,6 +2,7 @@
 
 TAP_TESTS_C+=	legacy_test
 
+WARNS?=		3
 LIBADD+=	mp
 
 .include <bsd.test.mk>


More information about the svn-src-stable-11 mailing list