6 lines
91 B
Makefile
6 lines
91 B
Makefile
.PHONY: help test
|
|
help:
|
|
# Run 'make test' to run the unit tests.
|
|
|
|
test:
|
|
php RunTests.php
|