xref: /freebsd/contrib/bmake/unit-tests/var-scope.mk (revision 9f45a3c8c82ffead7044ae836d9257113c630d3b)
1*9f45a3c8SSimon J. Gerraty# $NetBSD: var-scope.mk,v 1.1 2022/01/23 16:25:54 rillig Exp $
2*9f45a3c8SSimon J. Gerraty#
3*9f45a3c8SSimon J. Gerraty# Tests for the different variable scopes (local, command-line, global,
4*9f45a3c8SSimon J. Gerraty# environment), and which of them takes precedence over the others.
5*9f45a3c8SSimon J. Gerraty
6*9f45a3c8SSimon J. Gerraty# TODO: Implementation
7*9f45a3c8SSimon J. Gerraty
8*9f45a3c8SSimon J. Gerratyall:
9*9f45a3c8SSimon J. Gerraty	@:;
10