github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/findstring.mk (about) 1 test: 2 echo $(findstring a, a b c) 3 echo $(findstring b, a b c) 4 echo $(findstring b c, a b c) 5 echo $(findstring a, b c) 6 echo $(findstring a, b c, a)