Home | History | Annotate | Line # | Download | only in unit-tests
varmod-shell.mk revision 1.3
      1 # $NetBSD: varmod-shell.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
      2 #
      3 # Tests for the :sh variable modifier, which runs the shell command
      4 # given by the variable value and returns its output.
      5 #
      6 # TODO: Since when is this modifier available?
      7 
      8 # TODO: Implementation
      9 
     10 all:
     11 	@:;
     12