Home
last modified time | relevance | path

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

/lvgl-latest/tests/
Dmain.py34 test_options = { variable
44 return test_options[option_name]
225 choices=list(chain(build_only_options, test_options)),
250 options_to_build = {**build_only_options, **test_options}
254 options_to_build = test_options
257 is_test = options_name in test_options