~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-12 18:16:35 UTC
  • mfrom: (1185.84.3 bundles)
  • Revision ID: pqm@pqm.ubuntu.com-20060612181635-930f7114f61dbfcb
Hide diffs for old revisions in bundles

Show diffs side-by-side

added added

removed removed

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