~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Corey Bryant
  • Date: 2015-10-07 13:57:01 UTC
  • mfrom: (148.1.3 trunk)
  • Revision ID: corey.bryant@canonical.com-20151007135701-gz2mp8y22cad6n68
[beisner,r=corey.bryant] Add Amulet test dependencies and run unit tests with -v.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
test:
10
10
        @# Bundletester expects unit tests here.
11
11
        @echo Starting unit tests...
12
 
        @$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
 
12
        @$(PYTHON) /usr/bin/nosetests -v --nologcapture --with-coverage unit_tests
13
13
 
14
14
functional_test:
15
15
        @echo Starting Amulet tests...