##// END OF EJS Templates
pyoxidized: add a dedicated target in the tests...
marmoute -
r48642:d3f890e0 stable
parent child Browse files
Show More
@@ -270,9 +270,13 b' osx:'
270 pyoxidizer:
270 pyoxidizer:
271 $(PYOXIDIZER) build --path ./rust/hgcli --release
271 $(PYOXIDIZER) build --path ./rust/hgcli --release
272
272
273 # a temporary target to setup all we need for run-tests.py --pyoxidizer
274 # (should go away as the run-tests implementation improves
275 pyoxidizer-windows-tests: pyoxidizer
276
273 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
277 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
274 install-doc install-home install-home-bin install-home-doc \
278 install-doc install-home install-home-bin install-home-doc \
275 dist dist-notests check tests rust-tests check-code format-c \
279 dist dist-notests check tests rust-tests check-code format-c \
276 update-pot pyoxidizer \
280 update-pot pyoxidizer pyoxidizer-windows-tests \
277 $(packaging_targets) \
281 $(packaging_targets) \
278 osx
282 osx
@@ -3910,7 +3910,7 b' class TestRunner(object):'
3910 vlog('# build a pyoxidized version of Mercurial')
3910 vlog('# build a pyoxidized version of Mercurial')
3911 assert os.path.dirname(self._bindir) == self._installdir
3911 assert os.path.dirname(self._bindir) == self._installdir
3912 assert self._hgroot, 'must be called after _installhg()'
3912 assert self._hgroot, 'must be called after _installhg()'
3913 cmd = b'"%(make)s" pyoxidizer' % {
3913 cmd = b'"%(make)s" pyoxidizer-windows-tests' % {
3914 b'make': b'make',
3914 b'make': b'make',
3915 }
3915 }
3916 cwd = self._hgroot
3916 cwd = self._hgroot
General Comments 0
You need to be logged in to leave comments. Login now