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

Function run_fail

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

Source from the content-addressed store, hash-verified

162 ["requirements", "*"], ["target_name", "?"],
163 ["default_build", "*"]))
164def run_fail(sources, args, input_files, requirements, target_name=None, default_build=[]):
165 if args:
166 requirements.append("<testing.arg>" + " ".join(args))
167 requirements.extend(handle_input_files(input_files))
168 return make_test("run-fail", sources, requirements, target_name)
169
170# Register all the rules
171for name in ["compile", "compile-fail", "link", "link-fail", "run", "run-fail"]:

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