/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to Makefile

Fix locking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
CTAGS ?= ctags
7
7
PYLINT ?= pylint
8
8
RST2HTML ?= rst2html
9
 
TESTS ?= 
 
9
TESTS ?= bzrlib.tests.per_foreign_vcs.*Git bzrlib.plugins.git
10
10
 
11
11
all:: build 
12
12
 
31
31
        ln -sf .. $@
32
32
 
33
33
check:: build-inplace $(TMP_PLUGINS_DIR)/git
34
 
        BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(DEBUGGER) $(PYTHON) $(PYTHON_OPTIONS) $(BZR) selftest $(TEST_OPTIONS) --starting-with=bzrlib.plugins.git $(TESTS)
 
34
        BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(DEBUGGER) $(PYTHON) $(PYTHON_OPTIONS) $(BZR) selftest $(TEST_OPTIONS) $(TESTS)
35
35
 
36
36
check-verbose::
37
37
        $(MAKE) check TEST_OPTIONS=-v