diff options
Diffstat (limited to 'unit-tests/opt-debug-curdir.mk')
-rw-r--r-- | unit-tests/opt-debug-curdir.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unit-tests/opt-debug-curdir.mk b/unit-tests/opt-debug-curdir.mk new file mode 100644 index 0000000000000..3c37d29886755 --- /dev/null +++ b/unit-tests/opt-debug-curdir.mk @@ -0,0 +1,8 @@ +# $NetBSD: opt-debug-curdir.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ +# +# Tests for the -dC command line option, which does nothing, as of 2020-09-05. + +# TODO: Implementation + +all: + @:; |