xref: /freebsd/contrib/bmake/unit-tests/sh.mk (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
1# $NetBSD: sh.mk,v 1.3 2022/01/23 16:09:38 rillig Exp $
2#
3# Tests for running shell commands from the targets, or from the != variable
4# assignment operator or the :sh variable modifier.
5#
6# See also:
7#	var-op-shell.mk		for the assignment operator '!='
8
9# TODO: Implementation
10
11all:
12	@:;
13