Home | History | Annotate | Line # | Download | only in unit-tests
sh-meta-chars.mk revision 1.3
      1  1.3  rillig # $NetBSD: sh-meta-chars.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
      2  1.1  rillig #
      3  1.2  rillig # Tests for running shell commands that contain meta-characters.
      4  1.2  rillig #
      5  1.2  rillig # These meta-characters decide whether the command is run by the shell
      6  1.3  rillig # or executed directly via execv, but only in compatibility mode, not
      7  1.3  rillig # in jobs mode, and only if MAKE_NATIVE is defined during compilation.
      8  1.3  rillig #
      9  1.3  rillig # See also:
     10  1.3  rillig #	Compat_RunCommand, useShell
     11  1.1  rillig 
     12  1.1  rillig # TODO: Implementation
     13  1.1  rillig 
     14  1.1  rillig all:
     15  1.1  rillig 	@:;
     16