diff options
Diffstat (limited to 'unit-tests/sh-jobs.mk')
-rw-r--r-- | unit-tests/sh-jobs.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unit-tests/sh-jobs.mk b/unit-tests/sh-jobs.mk new file mode 100644 index 000000000000..62172c2a0c86 --- /dev/null +++ b/unit-tests/sh-jobs.mk @@ -0,0 +1,9 @@ +# $NetBSD: sh-jobs.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ +# +# Tests for the "run in jobs mode" part of the "Shell Commands" section +# from the manual page. + +# TODO: Implementation + +all: + @:; |