~james-page/charms/precise/quantum-gateway/unit-tests

33.1.7 by James Page
First phase of charm-helper refactoring
1
#!/usr/bin/make
33.1.8 by James Page
Redux to use agree structure and OS templating
2
PYTHON := /usr/bin/env python
33.1.7 by James Page
First phase of charm-helper refactoring
3
4
lint:
5
	@flake8 --exclude hooks/charmhelpers hooks
33.1.8 by James Page
Redux to use agree structure and OS templating
6
	@flake8 --exclude hooks/charmhelpers unit_tests
33.1.7 by James Page
First phase of charm-helper refactoring
7
	@charm proof
8
33.1.8 by James Page
Redux to use agree structure and OS templating
9
test:
10
	@echo Starting tests...
11
	@$(PYTHON) /usr/bin/nosetests --nologcapture unit_tests
12
33.1.7 by James Page
First phase of charm-helper refactoring
13
sync:
14
	@charm-helper-sync -c charm-helpers-sync.yaml