Move charm-helpers.yaml to charm-helpers-hooks.yaml, add charm-helpers-tests.yaml, update Makefile sync target.

This commit is contained in:
Ryan Beisner 2014-06-24 19:54:45 +00:00
parent 10b20172c3
commit d3f7772320
3 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,8 @@ lint:
@echo "OK"
sync:
@charm-helper-sync -c charm-helpers.yaml
@charm-helper-sync -c charm-helpers-hooks.yaml
@charm-helper-sync -c charm-helpers-tests.yaml
test:
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests

5
charm-helpers-tests.yaml Normal file
View File

@ -0,0 +1,5 @@
branch: lp:charm-helpers
destination: tests/charmhelpers
include:
- contrib.amulet
- contrib.openstack.amulet