xref: /netbsd-src/usr.bin/make/unit-tests/opt-warnings-as-errors.mk (revision 8ecbf5f02b752fcb7debe1a8fab1dc82602bc760)
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