allwinner_a64/android/build/kati/testcase/findstring.mk
2018-08-08 16:48:17 +08:00

6 lines
152 B
Makefile

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)