Searched refs:PYTHON (Results 1 – 3 of 3) sorted by relevance
26 PYTHON=python328 PYTHON=python32 $PYTHON - "$2" <<EOF70 $PYTHON -m pylint -j 2 scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {79 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
63 PYTHON ?= python macro65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro70 $(PYTHON) scripts/generate_psa_tests.py --list || \98 $(PYTHON) scripts/generate_psa_tests.py161 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \
53 PYTHON ?= python macro55 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro158 $(PYTHON) ../scripts/generate_psa_constants.py
Completed in 4 milliseconds