Home | History | Annotate | Download | only in test

Lines Matching refs:python3

253 # Tests that require python3.
263 # Check if we have python3 to run our tests.
264 ifeq ($(wildcard /usr/bin/python3),)
265 $(warning "No python3 found. Disabling tests: $(TEST_ART_PYTHON3_DEPENDENCY_RUN_TESTS)")
267 # Currently disable tests requiring python3 when it is not installed.