X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=64e6ba5e46b950ecc19a06b644b44a6a161fa221;hb=fe2d2f1a5ef2453359858481929a2526ea1a3c5c;hp=88d58dc3e9d4c59520c86f2642501e2b345cb817;hpb=c2ca299be7f2663544d4d3ebd85ee19b5011b190;p=osm%2FN2VC.git diff --git a/Makefile b/Makefile index 88d58dc..64e6ba5 100644 --- 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 + $(PY) -m juju.client.facade -s juju/client/schemas.json -o juju/client/_client.py + +.phony: test +test: + tox