NetBSD/usr.bin/make/unit-tests/sh-single-line.mk

13 lines
316 B
Makefile

# $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:
@:;