~juju-gui/charms/xenial/redis/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Francesco Banconi
  • Date: 2015-06-08 07:23:39 UTC
  • mfrom: (3.1.1 bundletester)
  • Revision ID: francesco.banconi@canonical.com-20150608072339-ii7rktm326cw5z1w
Add support for bundletester.

QA:
make bundletester

R=martin.hilton, jay.wren
CC=
https://codereview.appspot.com/245110043

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                (touch test-requirements.pip; exit 1)
53
53
        @touch $(VENV_ACTIVATE)
54
54
 
 
55
.PHONY: bundletester
 
56
bundletester: setup
 
57
        $(PIP) install bundletester
 
58
        $(VENV)/bin/bundletester -l DEBUG
 
59
 
55
60
.PHONY: clean
56
61
clean:
57
62
        -$(RM) -rfv $(VENV) .coverage