Author: asomers Date: Sat Mar 11 00:08:11 2017 New Revision: 315036 URL: https://svnweb.freebsd.org/changeset/base/315036
Log: Increase WARNS for libmp 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/libmp/tests/Makefile Modified: head/lib/libmp/tests/Makefile ============================================================================== --- head/lib/libmp/tests/Makefile Sat Mar 11 00:07:04 2017 (r315035) +++ head/lib/libmp/tests/Makefile Sat Mar 11 00:08:11 2017 (r315036) @@ -2,6 +2,7 @@ TAP_TESTS_C+= legacy_test +WARNS?= 3 LIBADD+= mp .include <bsd.test.mk> _______________________________________________ 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"