Lines Matching defs:PYTHON
4 PYTHON ?= python3
55 $(PYTHON) tools/v8-json-to-junit.py < $(1) > $(1:.json=.xml)
76 EXEEXT := $(shell $(PYTHON) -c \
176 $(PYTHON) tools/gyp_node.py -f make
190 $(PYTHON) tools/install.py $@ '$(DESTDIR)' '$(PREFIX)'
194 $(PYTHON) tools/install.py $@ '$(DESTDIR)' '$(PREFIX)'
252 if [ ! -d gcovr ]; then $(PYTHON) -m pip install -t gcovr gcovr==4.2; fi
268 -(cd out && PYTHONPATH=../gcovr $(PYTHON) -m gcovr \
308 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) \
316 @$(PYTHON) -m unittest discover -s ./test/tools
356 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) parallel
360 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) --valgrind sequential parallel message
364 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) --check-deopts parallel sequential
401 npm_config_python="$(PYTHON)" $(NODE) "$$PWD/tools/build-addons.mjs" \
505 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=debug,release
509 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=debug,release --valgrind
513 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) test/*
531 $(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
539 $(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
554 $(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
569 $(PYTHON) ./configure --verbose $(CONFIG_FLAGS)
587 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER)
591 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=debug
595 $(PYTHON) tools/test.py $(PARALLEL_ARGS) message
599 $(PYTHON) tools/test.py $(PARALLEL_ARGS) wpt
605 WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
609 $(PYTHON) tools/test.py $(PARALLEL_ARGS) parallel sequential
613 $(PYTHON) tools/test.py $(PARALLEL_ARGS) pummel
617 $(PYTHON) tools/test.py $(PARALLEL_ARGS) internet
621 $(PYTHON) tools/test.py $(PARALLEL_ARGS) benchmark
625 $(PYTHON) tools/test.py $(PARALLEL_ARGS) tick-processor
637 $(PYTHON) tools/test.py $(PARALLEL_ARGS) doctool; \
642 $(PYTHON) tools/test.py --shell $(NODE) $(TEST_CI_ARGS) $(PARALLEL_ARGS) doctool
646 $(PYTHON) tools/test.py $(PARALLEL_ARGS) known_issues
659 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) js-native-api
669 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) node-api
679 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) addons
692 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) async-hooks
700 NODE_TEST_WITH_ASYNC_HOOKS=1 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) \
714 $(PYTHON) deps/v8/tools/run-tests.py --gn --arch=$(V8_ARCH) $(V8_TEST_OPTIONS) \
723 $(PYTHON) deps/v8/tools/run-tests.py --gn --arch=$(V8_ARCH) \
730 $(PYTHON) deps/v8/tools/run-tests.py --gn --arch=$(V8_ARCH) \
736 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) v8-updates
843 @$(PYTHON) -mwebbrowser file://$(abspath $<)
847 @$(PYTHON) -m http.server 8000 --bind 127.0.0.1 --directory out/doc/api
855 RAWVER=$(shell $(PYTHON) tools/getnodeversion.py)
1108 CC="cc -arch x86_64" CXX="c++ -arch x86_64" $(PYTHON) ./configure \
1116 $(PYTHON) ./configure \
1238 $(PYTHON) ./configure \
1244 HEADERS_ONLY=1 $(PYTHON) tools/install.py install '$(TARNAME)' '/'
1272 $(PYTHON) ./configure \
1481 @$(PYTHON) tools/clang-format/node_modules/.bin/git-clang-format \
1502 @$(PYTHON) tools/cpplint.py $(CPPLINT_QUIET) $?
1503 @$(PYTHON) tools/checkimports.py $?
1511 @$(PYTHON) tools/cpplint.py $(CPPLINT_QUIET) --filter=$(ADDON_DOC_LINT_FLAGS) \
1522 $(info Pip installing ruff on $(shell $(PYTHON) --version)...)
1523 $(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ruff==0.0.272 || \
1524 $(PYTHON) -m pip install --upgrade --system --target tools/pip/site-packages ruff==0.0.272
1542 $(info Pip installing yamllint on $(shell $(PYTHON) --version)...)
1543 $(PYTHON) -m pip install --upgrade -t tools/pip/site-packages yamllint || \
1544 $(PYTHON) -m pip install --upgrade --system -t tools/pip/site-packages yamllint
1550 PYTHONPATH=tools/pip $(PYTHON) -m yamllint .; \