xref: /freebsd/contrib/bmake/unit-tests/varmod-shell.mk (revision 2c3632d14fe37fa35c262ee9fb66835be0a52621)
1*2c3632d1SSimon J. Gerraty# $NetBSD: varmod-shell.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
2*2c3632d1SSimon J. Gerraty#
3*2c3632d1SSimon J. Gerraty# Tests for the :sh variable modifier, which runs the shell command
4*2c3632d1SSimon J. Gerraty# given by the variable value and returns its output.
5*2c3632d1SSimon J. Gerraty
6*2c3632d1SSimon J. Gerraty# TODO: Implementation
7*2c3632d1SSimon J. Gerraty
8*2c3632d1SSimon J. Gerratyall:
9*2c3632d1SSimon J. Gerraty	@:;
10