Home
last modified time | relevance | path

Searched refs:tackit (Results 1 - 5 of 5) sorted by relevance

/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb36 def tackit(strings) method in RakefileHelpers
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/cJSON/tests/unity/test/
H A Drakefile_helper.rb65 def tackit(strings) method in RakefileHelpers
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/
H A Drakefile_helper.rb55 def tackit(strings) method in RakefileHelpers
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/examples/example_3/
H A Drakefile_helper.rb59 def tackit(strings) method
69 items.each { |item| result += " #{prefix}#{tackit(item)}" }
74 command = tackit($cfg['compiler']['path'])
97 command = tackit($cfg['linker']['path'])
128 "#{tackit($cfg['simulator']['path'])} "
/third_party/unity/test/
H A Drakefile_helper.rb68 def tackit(strings) method in RakefileHelpers
79 items.each { |item| result += " #{prefix}#{tackit(item)}" }
134 return tackit(hash[:executable]) + squash('', args)

Completed in 3 milliseconds