Skip to content

Commit

Permalink
Add testcase/call_with_whitespace.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
shinh committed Apr 27, 2016
1 parent 5dfb361 commit c6926b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testcase/call_with_whitespace.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
func = $(info called with '$(1)')
test = $(call $(1),$(1))

$(call test,func)
$(call test, func)
$(call test,func )
$(call test, func )

test:

0 comments on commit c6926b0

Please sign in to comment.