~allenap/maas/ipmi-power-confusion--bug-1560830

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gavin Panella
  • Date: 2012-01-19 10:37:57 UTC
  • mfrom: (16.3.22 test-bling)
  • Revision ID: gavin.panella@canonical.com-20120119103757-surtgos6dn4krulo
[r=rvba] Adds testtools and testresources, templates for new source files, import formatting utility from Launchpad, and fixes some lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
test: bin/test
15
15
        bin/test
16
16
 
 
17
lint: sources = setup.py src templates utilities
17
18
lint:
18
 
        pyflakes src
 
19
        @(pyflakes $(sources); pep8 --repeat $(sources)) | sort -g
19
20
 
20
21
check: clean test
21
22