Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.3  rillig # $NetBSD: opt-raw.mk,v 1.3 2022/01/23 16:09:38 rillig Exp $
      2  1.1  rillig #
      3  1.3  rillig # Tests for the -r command line option, which skips the system-defined default
      4  1.3  rillig # rules from <sys.mk>.
      5  1.1  rillig 
      6  1.3  rillig # To provide a clean testing environment without unintended side effects,
      7  1.3  rillig # these unit tests run make with the option '-r' by default.  This means there
      8  1.3  rillig # are no predefined suffixes and no predefined tools.
      9  1.1  rillig 
     10  1.3  rillig .if defined(CC)
     11  1.3  rillig .  error
     12  1.3  rillig .endif
     13  1.3  rillig 
     14  1.3  rillig all: .PHONY
     15