xref: /freebsd/contrib/bmake/unit-tests/sh-single-line.mk (revision d9a9f23d0b3f1676d5656b76301341c0037d15b7)
1# $NetBSD: sh-single-line.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
2#
3# Tests for running single-line shell commands.
4#
5# In jobs mode, the shell commands are combined into a single shell
6# program, as described in the manual page, section "Shell Commands",
7# "the entire script".
8
9# TODO: Implementation
10
11all:
12	@:;
13