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