Home
last modified time | relevance | path

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

/lvgl-3.6.0/tests/
Dmain.py22 test_options = { variable
29 return option_name in build_only_options or option_name in test_options
35 return test_options[option_name]
184 options_to_build = {**build_only_options, **test_options}
188 options_to_build = test_options
198 is_test = options_name in test_options