Home | History | Annotate | Line # | Download | only in unit-tests
opt-debug-hash.mk revision 1.2
      1  1.2  rillig # $NetBSD: opt-debug-hash.mk,v 1.2 2022/01/22 17:10:51 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.2  rillig .error
     10  1.2  rillig 
     11  1.2  rillig # FIXME: There is a newline missing between 'continueHashTable'.
     12  1.2  rillig # expect: make: Fatal errors encountered -- cannot continueHashTable targets: size=16 numEntries=0 maxchain=0
     13