Home | History | Annotate | Download | only in testcase
      1 test: foo bar
      2 
      3 empty:=
      4 $(empty)
      5 	export A=PASS_A\
      6 with_space
      7 
      8 foo:
      9 	echo $$A
     10 
     11 rule:=bar:
     12 $(rule)
     13 	export B=PASS_B; echo $${B}\
     14 without_space
     15