Add a test target to the Makefile

This commit is contained in:
Kovid Goyal 2017-01-09 09:09:29 +05:30
parent 77a161bf15
commit d507208e3f

View File

@ -1,2 +1,5 @@
all:
python3 setup.py
test:
python3 setup.py test