]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/opt-warnings-as-errors.mk
Update to bmake-20200902
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / opt-warnings-as-errors.mk
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
10 all:
11         @:;