]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/opt-warnings-as-errors.mk
Merge bmake-20201117
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / opt-warnings-as-errors.mk
1 # $NetBSD: opt-warnings-as-errors.mk,v 1.4 2020/11/09 20:50:56 rillig Exp $
2 #
3 # Tests for the -W command line option, which turns warnings into errors.
4
5 .MAKEFLAGS: -W
6
7 .warning message 1
8 .warning message 2
9
10 _!=     echo 'parsing continues' 1>&2
11
12 all:
13         @:;