Add make test.
[platal.git] / ut / Makefile
CommitLineData
ee25884c
FB
1files=$(addprefix test-,$(wildcard *.php))
2
3test: $(files)
4 echo "$(files)"
5
6test-%:
7 phpunit $*
8
9.PHONY: test test-%