Searched refs:options_name (Results 1 – 1 of 1) sorted by relevance
62 def options_abbrev(options_name): argument65 assert options_name.startswith(prefix)66 return options_name[len(prefix):].lower()69 def get_base_buid_dir(options_name): argument73 return 'build_%s' % options_abbrev(options_name)76 def get_build_dir(options_name): argument81 return os.path.join(lvgl_test_dir, get_base_buid_dir(options_name))84 def build_tests(options_name, build_type, clean): argument91 options_name), get_option_description(options_name))97 build_dir = get_build_dir(options_name)[all …]