~1chb1n/charms/trusty/heat/kilo-support

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: james.page at ubuntu
  • Date: 2014-12-15 09:16:40 UTC
  • mfrom: (27.1.8 heat)
  • Revision ID: james.page@ubuntu.com-20141215091640-2d6i7p2k7dopxunb
[corey.bryant,r=james-page] Sort out charmhelpers issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
sync: bin/charm_helpers_sync.py
19
19
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers.yaml
20
20
 
21
 
test:
 
21
unit_test:
22
22
        @$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage  unit_tests
23
23
 
24
 
all: test lint
 
24
all: unit_test lint