(target, sources, ps)
| 313 | common.shared_library_path_variable(), dll_paths)) |
| 314 | |
| 315 | def 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 | |
| 321 | get_manager().engine().register_bjam_action("testing.capture-output", |
| 322 | capture_output_setup) |
nothing calls this directly
no test coverage detected