Add test target

This commit is contained in:
Marian Steinbach 2018-05-03 11:43:42 +02:00
parent 857aa55f0b
commit ab801e646b

View file

@ -25,3 +25,6 @@ webapp: webapp/node_modules
serve-webapp:
cd docs && ../venv/bin/python -m http.server
test: venv
venv/bin/python ./test.py