Lines Matching full:python
63 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_bignum_tests.py --list || \
74 $(error "$(PYTHON) scripts/generate_bignum_tests.py --list" failed)
77 $(PYTHON) scripts/generate_ecp_tests.py --list || \
81 $(error "$(PYTHON) scripts/generate_ecp_tests.py --list" failed)
84 $(PYTHON) scripts/generate_psa_tests.py --list || \
88 $(error "$(PYTHON) scripts/generate_psa_tests.py --list" failed)
110 $(PYTHON) scripts/generate_bignum_tests.py
120 $(PYTHON) scripts/generate_ecp_tests.py
140 $(PYTHON) scripts/generate_psa_tests.py
208 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \