diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-11-07 19:39:21 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-11-07 19:39:21 +0000 |
commit | 302da1a3d35c15cb29d76e0a939f8bcb13f7ad80 (patch) | |
tree | c2146dca82d530521c4d2cc46a95c26964311a2c /unit-tests/directive-hyphen-include.mk | |
parent | 6bbc783f48498b808e19db4441299dc7d85a278b (diff) |
Notes
Diffstat (limited to 'unit-tests/directive-hyphen-include.mk')
-rwxr-xr-x | unit-tests/directive-hyphen-include.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unit-tests/directive-hyphen-include.mk b/unit-tests/directive-hyphen-include.mk new file mode 100755 index 0000000000000..8c851be432156 --- /dev/null +++ b/unit-tests/directive-hyphen-include.mk @@ -0,0 +1,9 @@ +# $NetBSD: directive-hyphen-include.mk,v 1.1 2020/09/13 09:20:23 rillig Exp $ +# +# Tests for the .-include directive, which includes another file, +# silently skipping it if it cannot be opened. + +# TODO: Implementation + +all: + @:; |