]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/sh-leading-at.mk
Update to bmake-20200902
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / sh-leading-at.mk
1 # $NetBSD: sh-leading-at.mk,v 1.3 2020/08/22 09:16:08 rillig Exp $
2 #
3 # Tests for shell commands preceded by an '@', to suppress printing
4 # the command to stdout.
5
6 all:
7         @
8         @echo 'ok'
9         @ echo 'space after @'
10         echo 'echoed'