Searched refs:options_name (Results 1 – 1 of 1) sorted by relevance
55 def options_abbrev(options_name): argument58 assert options_name.startswith(prefix)59 return options_name[len(prefix):].lower()62 def get_base_build_dir(options_name): argument66 return 'build_%s' % options_abbrev(options_name)69 def get_build_dir(options_name): argument74 return os.path.join(lvgl_test_dir, get_base_build_dir(options_name))108 def build_tests(options_name, build_type, clean): argument115 options_name), get_option_description(options_name))121 build_dir = get_build_dir(options_name)[all …]