~moon127/charms/trusty/ceilometer/add-execd-preinstall

1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make

lint:
	@flake8 --exclude hooks/charmhelpers hooks
	@flake8 unit_tests
	@charm proof

sync:
	@charm-helper-sync -c charm-helpers.yaml

test:
	@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage  unit_tests