17
17
# A relatively simple Makefile to assist in building parts of bzr. Mostly for
18
18
# building documentation, etc.
26
29
python -Werror ./bzr selftest -v $(tests)
27
30
@echo "Running all tests with no locale."
28
31
LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)