From e9b9941bd76fcfbac2d1898de8f05cd48d8468ed Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 11 Mar 2017 00:11:20 +0000 Subject: Increase WARNS for pw 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 --- pw/tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'pw/tests') diff --git a/pw/tests/Makefile b/pw/tests/Makefile index 1ae14f3..b284db2 100644 --- a/pw/tests/Makefile +++ b/pw/tests/Makefile @@ -5,6 +5,7 @@ PACKAGE= tests BINDIR= ${TESTSDIR} PROGS+= crypt +WARNS?= 6 LIBADD+= crypt ATF_TESTS_SH= pw_etcdir \ -- cgit v1.2.3