Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.5  rillig # $NetBSD: opt-debug-hash.mk,v 1.5 2024/05/31 07:13:12 rillig Exp $
      2  1.1  rillig #
      3  1.1  rillig # Tests for the -dh command line option, which adds debug logging for
      4  1.1  rillig # hash tables.  Even more detailed logging is available by compiling
      5  1.1  rillig # make with -DDEBUG_HASH_LOOKUP.
      6  1.1  rillig 
      7  1.2  rillig .MAKEFLAGS: -dh
      8  1.1  rillig 
      9  1.5  rillig # Force a parse error, to demonstrate the newline character in the "cannot
     10  1.5  rillig # continue" diagnostic that had been missing before parse.c 1.655 from
     11  1.5  rillig # 2022-01-22.
     12  1.4  rillig # expect+1: Missing argument for ".error"
     13  1.2  rillig .error
     14