connection test
[osm/N2VC.git] / Makefile
index 88d58dc..0812d53 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,10 @@ PY := .tox/py35/bin/python3.5
 .tox:
        tox -r --notest
 
+.phony: client
 client:
        $(PY) -m juju.client.facade -s juju/client/schemas.json -o juju/client/client.py
+
+.phony: test
+test:
+       tox