svn commit: r315040 - in head/libexec/rtld-elf/tests: . libpythagoras target

Alan Somers asomers at FreeBSD.org
Sat Mar 11 00:10:41 UTC 2017


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

Log:
  Increase WARNS for rtld-elf 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/libexec/rtld-elf/tests/Makefile
  head/libexec/rtld-elf/tests/libpythagoras/Makefile
  head/libexec/rtld-elf/tests/target/Makefile

Modified: head/libexec/rtld-elf/tests/Makefile
==============================================================================
--- head/libexec/rtld-elf/tests/Makefile	Sat Mar 11 00:09:54 2017	(r315039)
+++ head/libexec/rtld-elf/tests/Makefile	Sat Mar 11 00:10:40 2017	(r315040)
@@ -4,5 +4,6 @@ SUBDIR+=	libpythagoras target
 
 SUBDIR_DEPEND_target=	libpythagoras
 ATF_TESTS_C=	ld_library_pathfds
+WARNS?=		3
 
 .include <bsd.test.mk>

Modified: head/libexec/rtld-elf/tests/libpythagoras/Makefile
==============================================================================
--- head/libexec/rtld-elf/tests/libpythagoras/Makefile	Sat Mar 11 00:09:54 2017	(r315039)
+++ head/libexec/rtld-elf/tests/libpythagoras/Makefile	Sat Mar 11 00:10:40 2017	(r315040)
@@ -10,6 +10,7 @@ SHLIBDIR=	${TESTSBASE}/libexec/rtld-elf
 
 SRCS=		pythagoras.c
 
+WARNS?=		6
 LIBADD=		m
 
 .include <bsd.lib.mk>

Modified: head/libexec/rtld-elf/tests/target/Makefile
==============================================================================
--- head/libexec/rtld-elf/tests/target/Makefile	Sat Mar 11 00:09:54 2017	(r315039)
+++ head/libexec/rtld-elf/tests/target/Makefile	Sat Mar 11 00:10:40 2017	(r315040)
@@ -5,6 +5,7 @@
 PROG=		target
 BINDIR=		${TESTSBASE}/libexec/rtld-elf
 
+WARNS?=		3
 CFLAGS+=	-I${.CURDIR}/../libpythagoras
 
 LDFLAGS+=	-L${.OBJDIR}/../libpythagoras


More information about the svn-src-head mailing list