aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/sh-single-line.mk
blob: 9dae7f80c9a9ef6b50ae3356e615ac62225f71f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: sh-single-line.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
#
# Tests for running single-line shell commands.
#
# In jobs mode, the shell commands are combined into a single shell
# program, as described in the manual page, section "Shell Commands",
# "the entire script".

# TODO: Implementation

all:
	@:;