~freyes/+junk/hacluster-debug-on

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Page
  • Date: 2014-04-11 10:25:09 UTC
  • mfrom: (18.2.5 hacluster)
  • Revision ID: james.page@canonical.com-20140411102509-ulrtgrpgnjt8x9g4
Rebase on precise charm for pingd and lint tidy

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
        @charm proof
 
7
 
 
8
test:
 
9
        @echo Starting tests...
 
10
        @$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage  unit_tests
 
11
 
 
12
sync:
 
13
        @charm-helper-sync -c charm-helpers.yaml