Home | History | Annotate | Download | only in testcase
      1 # TODO(go): https://github.com/google/kati/issues/83
      2 
      3 define var
      4 VAR:=1
      5 endef
      6 
      7 $(call var)
      8 
      9 eq_one:==1
     10 $(eq_one):
     11 	echo PASS
     12