4
./bzr selftest $(tests)
5
@echo "Running all tests with no locale."
6
LC_CTYPE= LANG=C LC_ALL= ./bzr selftest $(tests)
9
./bzr --no-plugins selftest -v msgeditor
13
-find . -name "*.pyc" | xargs rm
14
-find . -name "*.pyo" | xargs rm
20
# build emacs cross-reference
21
tag_files=./bzr ./bzrlib/*py ./bzrlib/selftest/*.py
23
ctags-exuberant -e $(tag_files)