~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: John Arbash Meinel
  • Date: 2006-10-16 06:38:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2082.
  • Revision ID: john@arbash-meinel.com-20061016063832-1076fda126f4429e
Teach the pqm to treat warnings as errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
all:
2
2
 
3
3
check:
4
 
        ./bzr selftest -v $(tests)
 
4
        python -Werror ./bzr selftest -v $(tests)
5
5
        @echo "Running all tests with no locale."
6
6
        LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)
7
7