svn commit: r315035 - head/lib/libcrypt/tests

Alan Somers asomers at FreeBSD.org
Sat Mar 11 00:07:06 UTC 2017


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

Log:
  Increase WARNS for libcrypt 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/libcrypt/tests/Makefile

Modified: head/lib/libcrypt/tests/Makefile
==============================================================================
--- head/lib/libcrypt/tests/Makefile	Sat Mar 11 00:04:59 2017	(r315034)
+++ head/lib/libcrypt/tests/Makefile	Sat Mar 11 00:07:04 2017	(r315035)
@@ -4,6 +4,7 @@ ATF_TESTS_C+= crypt_tests
 
 NETBSD_ATF_TESTS_C+= crypt_test
 
+WARNS?=		6
 CFLAGS+= -I${.CURDIR:H}
 LIBADD=	crypt
 


More information about the svn-src-head mailing list