Home
last modified time | relevance | path

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

/platform_testing/scripts/map_tests/
Dmap_tests.py88 is_built = any(ts in k['compatibility_suites'] for ts in ['device-tests', 'general-tests']) variable
89 if not is_built: continue