add wcsstr tests and new strstr and memmem test cases
[libc-test] / src / api / Makefile
1 all:
2 %: FORCE
3         $(MAKE) -C ../.. B=src src/api/$@
4 .SUFFIXES:
5 FORCE: ;