svn commit: r315037 - head/lib/libpathconv/tests
Alan Somers
asomers at FreeBSD.org
Sat Mar 11 00:08:48 UTC 2017
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
More information about the svn-src-head
mailing list