Author: asomers Date: Sat Mar 11 00:08:46 2017 New Revision: 315037 URL: https://svnweb.freebsd.org/changeset/base/315037
Log: 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 Modified: head/lib/libpathconv/tests/Makefile Modified: head/lib/libpathconv/tests/Makefile ============================================================================== --- head/lib/libpathconv/tests/Makefile Sat Mar 11 00:08:11 2017 (r315036) +++ head/lib/libpathconv/tests/Makefile Sat Mar 11 00:08:46 2017 (r315037) @@ -3,6 +3,7 @@ TAP_TESTS_C+= abs2rel TAP_TESTS_C+= rel2abs +WARNS?= 6 #LIBADD+= pathconv #LDADD+= -L .. -lpathconv LDADD+= ../libpathconv.a _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"