~ivoks/charms/trusty/neutron-gateway/mtu-vlan

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Corey Bryant
  • Date: 2014-07-09 13:12:21 UTC
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: corey.bryant@canonical.com-20140709131221-6xlgfz5i24fkbust
Move charm-helpers-sync.yaml to charm-helpers-hooks.yaml and
add charm-helpers-tests.yaml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        @$(PYTHON) /usr/bin/nosetests --nologcapture unit_tests
12
12
 
13
13
sync:
14
 
        @charm-helper-sync -c charm-helpers-sync.yaml
 
14
        @charm-helper-sync -c charm-helpers-hooks.yaml
 
15
        @charm-helper-sync -c charm-helpers-tests.yaml
15
16
 
16
17
publish: lint test
17
18
        bzr push lp:charms/quantum-gateway