Add a makefile target to run the regression tests.

This commit is contained in:
Dave Page 2017-02-16 11:31:13 +00:00
parent d9ddd64a8b
commit 05d2373c9a

View File

@ -46,4 +46,7 @@ clean-docs:
clean-dist:
rm -rf dist/
check:
python web/regression/runtests.py
.PHONY: docs