~corey.bryant/charms/precise/charm-helpers/1294140

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Matthew Wedgwood
  • Date: 2013-05-11 20:24:29 UTC
  • Revision ID: matthew.wedgwood@canonical.com-20130511202429-i18umt87kbmbcdye
Fixup for charmsupport, adopt package infrastructure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PROJECT=charmsupport
 
1
PROJECT=charmhelpers
2
2
SUITE=unstable
3
3
TESTS=tests/
4
4
 
32
32
 
33
33
test:
34
34
        @echo Starting tests...
35
 
        @nosetests tests/
 
35
        @nosetests --nologcapture tests/
36
36
 
37
37
lint:
38
38
        @echo Checking for Python syntax...