From b3cd38fa91a3d26d282e0970e38a5d3b67e75178 Mon Sep 17 00:00:00 2001 From: asomers Date: Sun, 2 Apr 2017 02:15:25 +0000 Subject: [PATCH] MFC r315039 Increase WARNS for libutil 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/libutil/tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libutil/tests/Makefile b/lib/libutil/tests/Makefile index 81b2a494eaa..632a4373645 100644 --- a/lib/libutil/tests/Makefile +++ b/lib/libutil/tests/Makefile @@ -9,6 +9,7 @@ TAP_TESTS_C+= pidfile_test TAP_TESTS_C+= trimdomain_test TAP_TESTS_C+= trimdomain-nodomain_test +WARNS?= 2 LIBADD+= util .include -- 2.45.0