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
78 $(PYTHON) scripts/generate_bignum_tests.py --list || \
82 $(error "$(PYTHON) scripts/generate_bignum_tests.py --list" failed)
85 $(PYTHON) scripts/generate_ecp_tests.py --list || \
89 $(error "$(PYTHON) scripts/generate_ecp_tests.py --list" failed)
92 $(PYTHON) scripts/generate_psa_tests.py --list || \
96 $(error "$(PYTHON) scripts/generate_psa_tests.py --list" failed)
118 $(PYTHON) scripts/generate_bignum_tests.py
128 $(PYTHON) scripts/generate_ecp_tests.py
150 $(PYTHON) scripts/generate_psa_tests.py
218 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \