diff options
Diffstat (limited to 'unit-tests/opt-debug-hash.mk')
-rw-r--r-- | unit-tests/opt-debug-hash.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unit-tests/opt-debug-hash.mk b/unit-tests/opt-debug-hash.mk new file mode 100644 index 0000000000000..c8cb99acd261c --- /dev/null +++ b/unit-tests/opt-debug-hash.mk @@ -0,0 +1,10 @@ +# $NetBSD: opt-debug-hash.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ +# +# Tests for the -dh command line option, which adds debug logging for +# hash tables. Even more detailed logging is available by compiling +# make with -DDEBUG_HASH_LOOKUP. + +# TODO: Implementation + +all: + @:; |