svn commit: r315038 - head/lib/libproc/tests

Alan Somers asomers at FreeBSD.org
Sat Mar 11 00:09:32 UTC 2017


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

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

Modified: head/lib/libproc/tests/Makefile
==============================================================================
--- head/lib/libproc/tests/Makefile	Sat Mar 11 00:08:46 2017	(r315037)
+++ head/lib/libproc/tests/Makefile	Sat Mar 11 00:09:30 2017	(r315038)
@@ -6,6 +6,7 @@ PROGS=		target_prog
 SRCS_target_prog=	target_prog.c
 BINDIR_target_prog=	${TESTSDIR}
 
+WARNS?=		6
 LIBADD=	elf proc rtld_db util
 
 # Ensure that symbols aren't stripped from the test program, as they're needed


More information about the svn-src-all mailing list