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