Home
last modified time | relevance | path

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

/lvgl-latest/tests/
Dmain.py246 options_to_build = args.build_options variable
250 options_to_build = {**build_only_options, **test_options} variable
252 options_to_build = build_only_options
254 options_to_build = test_options
256 for options_name in options_to_build: