xref: /freebsd/contrib/bmake/unit-tests/opt-debug-hash.mk (revision 5c6935a645604b1e39b2cf6dbc23f66ec58f3e54)
1# $NetBSD: opt-debug-hash.mk,v 1.3 2022/01/22 18:59:24 rillig Exp $
2#
3# Tests for the -dh command line option, which adds debug logging for
4# hash tables.  Even more detailed logging is available by compiling
5# make with -DDEBUG_HASH_LOOKUP.
6
7.MAKEFLAGS: -dh
8
9# Force a parse error, to demonstrate the newline character in the diagnostic
10# that had been missing before parse.c 1.655 from 2022-01-22.
11.error
12