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

Function run

v2/tools/testing.py:155–159  ·  view source on GitHub ↗
(sources, args, input_files, requirements, target_name=None, default_build=[])

Source from the content-addressed store, hash-verified

153 ["requirements", "*"], ["target_name", "?"],
154 ["default_build", "*"]))
155def run(sources, args, input_files, requirements, target_name=None, default_build=[]):
156 if args:
157 requirements.append("<testing.arg>" + " ".join(args))
158 requirements.extend(handle_input_files(input_files))
159 return make_test("run", sources, requirements, target_name)
160
161@bjam_signature((["sources", "*"], ["args", "*"], ["input_files", "*"],
162 ["requirements", "*"], ["target_name", "?"],

Callers

nothing calls this directly

Calls 3

handle_input_filesFunction · 0.85
make_testFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected