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

Function handle_input_files

v2/tools/testing.py:143–150  ·  view source on GitHub ↗
(input_files)

Source from the content-addressed store, hash-verified

141 return make_test("link-fail", sources, requirements, target_name)
142
143def handle_input_files(input_files):
144 if len(input_files) > 1:
145 # Check that sorting made when creating property-set instance will not
146 # change the ordering.
147 if sorted(input_files) != input_files:
148 get_manager().errors()("Names of input files must be sorted alphabetically\n" +
149 "due to internal limitations")
150 return ["<testing.input-file>" + f for f in input_files]
151
152@bjam_signature((["sources", "*"], ["args", "*"], ["input_files", "*"],
153 ["requirements", "*"], ["target_name", "?"],

Callers 2

runFunction · 0.85
run_failFunction · 0.85

Calls 2

get_managerFunction · 0.90
errorsMethod · 0.80

Tested by

no test coverage detected