~zhhuabj/charms/trusty/neutron-api/lp74646

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: james.page at ubuntu
  • Date: 2014-10-06 21:21:00 UTC
  • mfrom: (39.4.14 neutron-api)
  • Revision ID: james.page@ubuntu.com-20141006212100-we15tqpeci66qgr5
[james-page,r=gnuoy] Add HTTPS+HA support with network split configurations

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        @flake8 --exclude hooks/charmhelpers hooks unit_tests
6
6
        @charm proof
7
7
 
8
 
test:
 
8
unit_test:
9
9
        @echo Starting tests...
10
10
        @$(PYTHON) /usr/bin/nosetests --nologcapture unit_tests
11
11
 
17
17
sync: bin/charm_helpers_sync.py
18
18
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-sync.yaml
19
19
 
20
 
publish: lint test
 
20
publish: lint unit_test
21
21
        bzr push lp:charms/neutron-api
22
22
        bzr push lp:charms/trusty/neutron-api