Add a Makefile to run tests more easily.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
brian m. carlson 2013-11-16 16:50:06 +00:00
parent 0263792fde
commit 9b2346fcae
No known key found for this signature in database
GPG key ID: BF535D811F52F68B

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
test:
PYTHONPATH=lib python3 -m unittest discover -s test
.PHONY: test