Home | History | Annotate | Download | only in testcase
      1 # TODO(c-ninja): $(shell) in another make expression is not supported.
      2 
      3 test:
      4 	echo $(strip $(shell pwd))
      5