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

Function compile_fail

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

Source from the content-addressed store, hash-verified

130
131@bjam_signature((["sources", "*"], ["requirements", "*"], ["target_name", "?"]))
132def compile_fail(sources, requirements, target_name=None):
133 return make_test("compile-fail", sources, requirements, target_name)
134
135@bjam_signature((["sources", "*"], ["requirements", "*"], ["target_name", "?"]))
136def link(sources, requirements, target_name=None):

Callers

nothing calls this directly

Calls 1

make_testFunction · 0.85

Tested by

no test coverage detected