~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-01 03:33:48 UTC
  • mfrom: (4719.1.1 subunit-make-check)
  • Revision ID: pqm@pqm.ubuntu.com-20091001033348-gozepgwz0kiyj28u
(andrew) Add --subunit to 'make check'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
check: docs check-nodocs
40
40
 
41
41
check-nodocs: extensions
42
 
        $(PYTHON) -Werror -O ./bzr selftest -1v $(tests)
 
42
        $(PYTHON) -Werror -O ./bzr selftest -1 --subunit $(tests)
43
43
 
44
44
# Run Python style checker (apt-get install pyflakes)
45
45
#