~alexey-pustovalov/charms/precise/zabbix-agent/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexey Pustovalov
  • Date: 2015-02-06 10:50:57 UTC
  • Revision ID: alexey.pustovalov@zabbix.com-20150206105057-h7ftvzumkjy2psr9
Initial charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make
 
2
PYTHON := /usr/bin/env python
 
3
 
 
4
lint:
 
5
        @flake8 --exclude hooks/charmhelpers hooks
 
6
#       @flake8 --exclude hooks/charmhelpers unit_tests
 
7
        @charm proof
 
8
 
 
9
# TODO: write some unit tests then uncomment this and the flake8 line above.
 
10
#test:
 
11
#       @echo Starting tests...
 
12
#       @$(PYTHON) /usr/bin/nosetests --nologcapture unit_tests
 
13
 
 
14
sync:
 
15
        @charm-helper-sync -c charm-helpers.yaml