Lines Matching refs:target
151 foreach target : targets
153 if target in skip_math_test
157 value = get_variable('target_' + target)
159 _libs = [get_variable('lib_c' + target)]
160 if is_variable('lib_semihost' + target)
161 _libs += [get_variable('lib_semihost' + target)]
164 if is_variable('crt0_hosted' + target)
165 _objs = [get_variable('crt0_hosted'+ target)]
175 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args)
176 _link_args = value[1] + _lib_files + get_variable('test_link_args_' + target, test_link_args)
177 _link_depends = get_variable('test_link_depends_' + target, test_link_depends)
188 if target == '' variable
191 test_name = 'math_test' + test_part_name + '_' + target