]> gitweb.michael.orlitzky.com - dunshire.git/blob - makefile
Add a most basic test suite runner (for doctests only, at the moment).
[dunshire.git] / makefile
1 .PHONY: check
2 check:
3 python test/suite.py
4
5 .PHONY: clean
6 clean:
7 rm -r __pycache__