Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.2  rillig # $NetBSD: opt-debug-x-trace.mk,v 1.2 2022/01/23 16:09:38 rillig Exp $
      2  1.1  rillig #
      3  1.1  rillig # Tests for the -dx command line option, which runs shell commands with
      4  1.1  rillig # the -x option, thereby printing the actual commands as they are
      5  1.1  rillig # executed.
      6  1.1  rillig 
      7  1.2  rillig .MAKEFLAGS: -dx
      8  1.1  rillig 
      9  1.2  rillig # expect: + echo 'Counting 1 2 3 4 5 6 7'
     10  1.2  rillig # expect: Counting 1 2 3 4 5 6 7
     11  1.2  rillig all: .PHONY
     12  1.2  rillig 	@echo 'Counting ${:U:range=7}'
     13