summaryrefslogtreecommitdiff
path: root/unit-tests/shell-custom.mk
blob: 9edbc75bb9cd42b4a8d74e8bff1c04d15e88212b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: shell-custom.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
#
# Tests for using a custom shell for running the commands.

.SHELL: name="sh" path="echo"
# TODO: demonstrate the other shell features as well:
# - error control
# - output control

all:
	: normal
	@: hidden
	+: always
	-: ignore errors