MCPcopy Create free account
hub / github.com/boostorg/build / script

Function script

test/toolset-mock/src/MockProgram.py:192–193  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

190# Use this in the stdout argument of command to print the command
191# for running another script.
192def script(name):
193 return os.path.join(os.path.dirname(__file__), "bin", re.sub('\.py$', '', name))
194
195def match(command_line):
196 for (p, stdout) in known_patterns:

Callers 7

gcc-4.8.3-linux.pyFile · 0.85
darwin-4.2.1.pyFile · 0.85

Calls 1

verify_fileFunction · 0.85

Tested by

no test coverage detected