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

Function link

v2/tools/testing.py:136–137  ·  view source on GitHub ↗
(sources, requirements, target_name=None)

Source from the content-addressed store, hash-verified

134
135@bjam_signature((["sources", "*"], ["requirements", "*"], ["target_name", "?"]))
136def link(sources, requirements, target_name=None):
137 return make_test("link", sources, requirements, target_name)
138
139@bjam_signature((["sources", "*"], ["requirements", "*"], ["target_name", "?"]))
140def link_fail(sources, requirements, target_name=None):

Callers

nothing calls this directly

Calls 1

make_testFunction · 0.85

Tested by

no test coverage detected