From b70d2a2aa5003027b422e62435ab5bb9390d543c Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 11 Mar 2017 00:08:46 +0000 Subject: Increase WARNS for libpathconv 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 --- lib/libpathconv/tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libpathconv/tests/Makefile b/lib/libpathconv/tests/Makefile index c7696c2d6c5d..f32db22c1db8 100644 --- a/lib/libpathconv/tests/Makefile +++ b/lib/libpathconv/tests/Makefile @@ -3,6 +3,7 @@ TAP_TESTS_C+= abs2rel TAP_TESTS_C+= rel2abs +WARNS?= 6 #LIBADD+= pathconv #LDADD+= -L .. -lpathconv LDADD+= ../libpathconv.a -- cgit v1.2.3