~vila/uci-engine/enable-nova-and-swift

« back to all changes in this revision

Viewing changes to charms/precise/webui/Makefile

  • Committer: Evan Dandrea
  • Date: 2014-06-30 12:07:54 UTC
  • mfrom: (630 uci-engine)
  • mto: This revision was merged to the branch mainline in revision 655.
  • Revision ID: evan.dandrea@canonical.com-20140630120754-z6x5eqdahpp2qfrt
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
                -b $(SOURCEBUILD_DIR) \
38
38
                -d hooks/charmhelpers
39
39
 
 
40
check:
 
41
        PYTHONPATH=$(PYTHONPATH):hooks python -m unittest discover
 
42
 
40
43
clean:
41
44
# Explicitly delete ../.sourcecode rather than SOURCEDEPS_DIR as the latter
42
45
# is outside our control if set to a value other than ../.sourcecode.