Lines Matching defs:run

8 FLAKY_TESTS ?= run
90 # To do verbose builds, run `make V=1` or set the V environment variable.
101 echo "No available node, cannot run \"node $(1)\""; \
107 # just the debug build, run `make -C out BUILDTYPE=Debug` instead.
126 # otherwise $(NODE_EXE) being a .PHONY target means it is always re-run.
184 echo Missing or stale $@, please run ./$<; \
244 # created under coverage/. For C++ coverage reporting, this needs to be run
294 $(error Please run 'make cctest' first)
318 .PHONY: coverage-run-js
319 coverage-run-js:
326 # This does not run tests of third-party libraries inside deps.
337 test-only: all ## For a quick test, does not run linter or build docs.
572 .PHONY: run-ci
575 # cross-compiled, then transferred elsewhere to run different subsets
582 run-ci: build-ci
655 npm_package_config_publishtest=true $(NODE) deps/npm/test/run.js
710 ifneq ("","$(wildcard deps/v8/tools/run-tests.py)")
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) \
757 cd tools/doc && $(call available-node,$(run-npm-ci)) \
791 run-npm-ci = $(PWD)/$(NPM) ci
1190 $(RM) -r $(TARNAME)/deps/v8/tools/run-tests.py
1317 $(warning Please use benchmark/run.js or benchmark/compare.js to run the benchmarks.)
1332 cd tools/lint-md && npm ci && npm run build
1354 run-lint-md = tools/lint-md/lint-md.mjs $(LINT_MD_FILES)
1358 @$(call available-node,$(run-lint-md))
1365 run-format-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
1369 @$(call available-node,$(run-format-md))
1375 run-lint-js = tools/node_modules/eslint/bin/eslint.js --cache \
1377 run-lint-js-fix = $(run-lint-js) --fix
1381 @$(call available-node,$(run-lint-js-fix))
1385 # Note that on the CI `lint-js-ci` is run instead.
1393 $(call available-node,$(run-lint-js)) \
1399 run-lint-js-ci = tools/node_modules/eslint/bin/eslint.js \
1407 @$(call available-node,$(run-lint-js-ci))
1463 cd tools/clang-format && $(call available-node,$(run-npm-ci))
1488 $(info To install (requires internet access) run: $$ make format-cpp-build)
1594 DOCKER_COMMAND ?= docker run -it -v $(PWD):/node