Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.1  rillig # $NetBSD: dep-op-missing.mk,v 1.1 2021/12/14 00:02:57 rillig Exp $
      2  1.1  rillig #
      3  1.1  rillig # Test for a missing dependency operator, in a line with trailing whitespace.
      4  1.1  rillig 
      5  1.1  rillig # Before parse.c 1.578 from 2021-12-14, there was some unreachable error
      6  1.1  rillig # handling code in ParseDependencyOp.  This test tried to reach it and failed.
      7  1.1  rillig # To reach that point, there would have to be trailing whitespace in the line,
      8  1.1  rillig # but that is removed in an early stage of parsing.
      9  1.1  rillig 
     10  1.1  rillig all: .PHONY
     11  1.1  rillig 	@printf 'target ' > dep-op-missing.tmp
     12  1.1  rillig 	@${MAKE} -r -f dep-op-missing.tmp || exit 0
     13  1.1  rillig 	@rm dep-op-missing.tmp
     14