~thedac/charms/trusty/rabbitmq-server/coordinated-rabbit

« back to all changes in this revision

Viewing changes to Makefile

[beisner,r=corey.bryant] Add Amulet test dependencies and clean up Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        > bin/charm_helpers_sync.py
27
27
 
28
28
sync: bin/charm_helpers_sync.py
29
 
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers.yaml
 
29
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
30
30
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
31
31
 
32
32
publish: lint test
36
36
test: .venv
37
37
        @echo Starting tests...
38
38
        env CHARM_DIR=$(CHARM_DIR) $(TEST_PREFIX) .venv/bin/nosetests \
39
 
        --nologcapture --with-coverage unit_tests/
 
39
        -v --nologcapture --with-coverage unit_tests/
40
40
 
41
41
functional_test:
42
42
        @echo Starting amulet tests...