Home | History | Annotate | Download | only in testcase
      1 test::
      2 	echo FOO
      3 test::
      4 	echo BAR
      5 
      6 test:: A=B
      7 
      8 # Merge a double colon rule with target specific variable is OK.
      9 test: A=B
     10