4
./bzr selftest -v $(tests)
5
@echo "Running all tests with no locale."
6
LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)
9
./bzr --no-plugins selftest -v msgeditor
11
# Run Python style checker (apt-get install pyflakes)
16
# There are many of these warnings at the moment and they're not a
17
# high priority to fix
18
pyflakes bzrlib | grep -v ' imported but unused'
22
-find . -name "*.pyc" -o -name "*.pyo" | xargs rm -f
28
# build emacs cross-reference
29
tag_files=./bzr ./bzrlib/*py ./bzrlib/selftest/*.py
31
ctags-exuberant -e $(tag_files)
33
tutorial.html: tutorial.txt
34
rest2html tutorial.txt > tutorial.html