equal
deleted
inserted
replaced
150 cd $$(mktemp --directory --tmpdir) && \ |
150 cd $$(mktemp --directory --tmpdir) && \ |
151 $(MAKE) -f $(HGROOT)/contrib/Makefile.python PYTHONVER=$* PREFIX=$(HGPYTHONS)/$* python ) |
151 $(MAKE) -f $(HGROOT)/contrib/Makefile.python PYTHONVER=$* PREFIX=$(HGPYTHONS)/$* python ) |
152 cd tests && $(HGPYTHONS)/$*/bin/python run-tests.py $(TESTFLAGS) |
152 cd tests && $(HGPYTHONS)/$*/bin/python run-tests.py $(TESTFLAGS) |
153 |
153 |
154 rust-tests: |
154 rust-tests: |
155 cd $(HGROOT)/rust/hg-cpython \ |
155 cd $(HGROOT)/rust \ |
156 && $(CARGO) test --quiet --all --features "$(HG_RUST_FEATURES)" |
156 && $(CARGO) test --quiet --all --features "$(HG_RUST_FEATURES)" |
157 |
157 |
158 check-code: |
158 check-code: |
159 hg manifest | xargs python contrib/check-code.py |
159 hg manifest | xargs python contrib/check-code.py |
160 |
160 |