svn commit: r316384 - stable/11/lib/libcrypt/tests

Alan Somers asomers at FreeBSD.org
Sun Apr 2 02:11:54 UTC 2017


Author: asomers
Date: Sun Apr  2 02:11:53 2017
New Revision: 316384
URL: https://svnweb.freebsd.org/changeset/base/316384

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

Modified: stable/11/lib/libcrypt/tests/Makefile
==============================================================================
--- stable/11/lib/libcrypt/tests/Makefile	Sun Apr  2 02:11:13 2017	(r316383)
+++ stable/11/lib/libcrypt/tests/Makefile	Sun Apr  2 02:11:53 2017	(r316384)
@@ -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-stable-11 mailing list