~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Martin Pool
  • Date: 2007-08-20 05:48:40 UTC
  • mfrom: (2727 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2737.
  • Revision ID: mbp@sourcefrog.net-20070820054840-x2ugmd9dc4yodw9o
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        python setup.py build_ext -i
27
27
 
28
28
check: docs extensions
29
 
        python -Werror ./bzr selftest -v $(tests)
 
29
        python -Werror -O ./bzr selftest -1v $(tests)
30
30
        @echo "Running all tests with no locale."
31
 
        LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)
32
 
        python -O -Werror ./bzr selftest -v $(tests)
 
31
        LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -1v $(tests)
33
32
 
34
33
check-msgeditor:
35
34
        ./bzr --no-plugins selftest -v msgeditor