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

Function capture_output_setup

v2/tools/testing.py:315–319  ·  view source on GitHub ↗
(target, sources, ps)

Source from the content-addressed store, hash-verified

313 common.shared_library_path_variable(), dll_paths))
314
315def capture_output_setup(target, sources, ps):
316 run_path_setup(target, sources, ps)
317
318 if ps.get('preserve-test-targets') == ['off']:
319 bjam.call("set-target-variable", target, "REMOVE_TEST_TARGETS", "1")
320
321get_manager().engine().register_bjam_action("testing.capture-output",
322 capture_output_setup)

Callers

nothing calls this directly

Calls 2

run_path_setupFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected