Home
last modified time | relevance | path

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

/lvgl-3.4.0/tests/
Dmain.py62 def options_abbrev(options_name): argument
65 assert options_name.startswith(prefix)
66 return options_name[len(prefix):].lower()
69 def get_base_buid_dir(options_name): argument
73 return 'build_%s' % options_abbrev(options_name)
76 def get_build_dir(options_name): argument
81 return os.path.join(lvgl_test_dir, get_base_buid_dir(options_name))
84 def build_tests(options_name, build_type, clean): argument
91 options_name), get_option_description(options_name))
97 build_dir = get_build_dir(options_name)
[all …]