(name, path, include, suffix)
| 2311 | this.appendFile(tool.soundFiles, name + ".maud", path, include); |
| 2312 | } |
| 2313 | appendPIO(name, path, include, suffix) { |
| 2314 | var tool = this.tool; |
| 2315 | this.appendFile(tool.pioFiles, name + ".h", path, include); |
| 2316 | } |
| 2317 | appendSource(target, source, include, suffix, parts, kind, query) { |
| 2318 | var tool = this.tool; |
| 2319 | if (kind < 0) { |
no test coverage detected