aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/opt-debug-hash.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/opt-debug-hash.mk')
-rw-r--r--contrib/bmake/unit-tests/opt-debug-hash.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/bmake/unit-tests/opt-debug-hash.mk b/contrib/bmake/unit-tests/opt-debug-hash.mk
new file mode 100644
index 000000000000..c8cb99acd261
--- /dev/null
+++ b/contrib/bmake/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:
+ @:;