Home
last modified time | relevance | path

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

/lvgl-latest/tests/
Dmain.py55 def options_abbrev(options_name): argument
58 assert options_name.startswith(prefix)
59 return options_name[len(prefix):].lower()
62 def get_base_build_dir(options_name): argument
66 return 'build_%s' % options_abbrev(options_name)
69 def get_build_dir(options_name): argument
74 return os.path.join(lvgl_test_dir, get_base_build_dir(options_name))
108 def build_tests(options_name, build_type, clean): argument
115 options_name), get_option_description(options_name))
121 build_dir = get_build_dir(options_name)
[all …]