Home
last modified time | relevance | path

Searched refs:PYTHON (Results 1 – 3 of 3) sorted by relevance

/mbedtls-development/tests/scripts/
A Dcheck-python-files.sh26 PYTHON=python3
28 PYTHON=python
32 $PYTHON - "$2" <<EOF
70 $PYTHON -m pylint -j 2 scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {
79 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
/mbedtls-development/tests/
A DMakefile63 PYTHON ?= python macro
65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
70 $(PYTHON) scripts/generate_psa_tests.py --list || \
98 $(PYTHON) scripts/generate_psa_tests.py
161 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \
/mbedtls-development/programs/
A DMakefile53 PYTHON ?= python macro
55 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
158 $(PYTHON) ../scripts/generate_psa_constants.py

Completed in 4 milliseconds