]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unit-tests/dep.mk
Import bmake-20220330
[FreeBSD/FreeBSD.git] / unit-tests / dep.mk
1 # $NetBSD: dep.mk,v 1.3 2021/12/13 23:38:54 rillig Exp $
2 #
3 # Tests for dependency declarations, such as "target: sources".
4
5 .MAIN: all
6
7 # As soon as a target is defined using one of the dependency operators, it is
8 # restricted to this dependency operator and cannot use the others anymore.
9 only-colon:
10 # expect+1: Inconsistent operator for only-colon
11 only-colon!
12 # expect+1: Inconsistent operator for only-colon
13 only-colon::
14 # Ensure that the target still has the original operator.  If it hadn't, there
15 # would be another error message.
16 only-colon:
17
18 all: