diff options
Diffstat (limited to 'unit-tests/opt-debug-all.mk')
-rw-r--r-- | unit-tests/opt-debug-all.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unit-tests/opt-debug-all.mk b/unit-tests/opt-debug-all.mk new file mode 100644 index 0000000000000..400189eb6d01e --- /dev/null +++ b/unit-tests/opt-debug-all.mk @@ -0,0 +1,10 @@ +# $NetBSD: opt-debug-all.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ +# +# Tests for the -dA command line option, which enables all debug options +# except for -dL (lint), since that option is not related to debug logging +# but to static analysis. + +# TODO: Implementation + +all: + @:; |