Home | History | Annotate | Line # | Download | only in unit-tests
varmisc.mk revision 1.1
      1 # $Id: varmisc.mk,v 1.1 2014/08/21 15:37:13 apb Exp $
      2 #
      3 # Miscellaneous variable tests.
      4 
      5 all: unmatched_var_paren
      6 
      7 unmatched_var_paren:
      8 	@echo $(foo::=foo-text)
      9