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