xref: /freebsd/contrib/bmake/unit-tests/opt-warnings-as-errors.mk (revision 96474d2a3fa895fb9636183403fc8ca7ccf60216)
1# $NetBSD: opt-warnings-as-errors.mk,v 1.3 2020/08/23 14:28:04 rillig Exp $
2#
3# Tests for the -W command line option, which turns warnings into errors.
4
5.warning message 1
6.warning message 2
7
8_!=	echo 'parsing continues' 1>&2
9
10all:
11	@:;
12