Home
last modified time | relevance | path

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

/third_party/cJSON/tests/unity/extras/fixture/
Drakefile_helper.rb36 def tackit(strings) method
47 items.each { |item| result += " #{prefix}#{tackit(item)}" }
52 command = tackit($cfg['compiler']['path'])
76 command = tackit($cfg['linker']['path'])
106 (tackit($cfg['simulator']['path']) + ' ')
/third_party/unity/extras/fixture/
Drakefile_helper.rb38 def tackit(strings) method
49 items.each { |item| result += " #{prefix}#{tackit(item)}" }
54 command = tackit($cfg['compiler']['path'])
78 command = tackit($cfg['linker']['path'])
109 (tackit($cfg['simulator']['path']) + ' ')
/third_party/unity/extras/memory/
Drakefile_helper.rb38 def tackit(strings) method
49 items.each { |item| result += " #{prefix}#{tackit(item)}" }
54 command = tackit($cfg['compiler']['path'])
83 command = tackit($cfg['linker']['path'])
114 (tackit($cfg['simulator']['path']) + ' ')
/third_party/unity/examples/example_3/
Drakefile_helper.rb54 def tackit(strings) method
65 items.each { |item| result += " #{prefix}#{tackit(item)}" }
70 command = tackit($cfg['compiler']['path'])
93 command = tackit($cfg['linker']['path'])
124 (tackit($cfg['simulator']['path']) + ' ')
/third_party/cJSON/tests/unity/test/
Drakefile_helper.rb65 def tackit(strings) method
76 items.each { |item| result += " #{prefix}#{tackit(item)}" }
90 command = tackit($cfg['compiler']['path'])
114 command = tackit($cfg['linker']['path'])
144 (tackit($cfg['simulator']['path']) + ' ')
/third_party/cJSON/tests/unity/examples/example_3/
Drakefile_helper.rb55 def tackit(strings) method
66 items.each { |item| result += " #{prefix}#{tackit(item)}" }
71 command = tackit($cfg['compiler']['path'])
94 command = tackit($cfg['linker']['path'])
124 (tackit($cfg['simulator']['path']) + ' ')
/third_party/unity/test/
Drakefile_helper.rb68 def tackit(strings) method
79 items.each { |item| result += " #{prefix}#{tackit(item)}" }
134 return tackit(hash[:executable]) + squash('', args)