aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/findstring.mk
blob: 5f53ad9c0a8791a46c1c737a6abe183083a98804 (plain)
1
2
3
4
5
6
test:
	echo $(findstring a, a b c)
	echo $(findstring b, a b c)
	echo $(findstring b c, a b c)
	echo $(findstring a, b c)
	echo $(findstring a, b c, a)