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