diff options
Diffstat (limited to 'unit-tests/directive-warning.mk')
-rw-r--r-- | unit-tests/directive-warning.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unit-tests/directive-warning.mk b/unit-tests/directive-warning.mk new file mode 100644 index 000000000000..e1e636e3ec9f --- /dev/null +++ b/unit-tests/directive-warning.mk @@ -0,0 +1,8 @@ +# $NetBSD: directive-warning.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ +# +# Tests for the .warning directive. + +# TODO: Implementation + +all: + @:; |