xref: /freebsd/contrib/bmake/unit-tests/shell-custom.mk (revision 956e45f6fb3e18b8e89b1341708db60c30bb9f27)
1*956e45f6SSimon J. Gerraty# $NetBSD: shell-custom.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
2*956e45f6SSimon J. Gerraty#
3*956e45f6SSimon J. Gerraty# Tests for using a custom shell for running the commands.
4*956e45f6SSimon J. Gerraty
5*956e45f6SSimon J. Gerraty.SHELL: name="sh" path="echo"
6*956e45f6SSimon J. Gerraty# TODO: demonstrate the other shell features as well:
7*956e45f6SSimon J. Gerraty# - error control
8*956e45f6SSimon J. Gerraty# - output control
9*956e45f6SSimon J. Gerraty
10*956e45f6SSimon J. Gerratyall:
11*956e45f6SSimon J. Gerraty	: normal
12*956e45f6SSimon J. Gerraty	@: hidden
13*956e45f6SSimon J. Gerraty	+: always
14*956e45f6SSimon J. Gerraty	-: ignore errors
15