mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Fix call to alias() in testing.py.
This commit is contained in:
@@ -113,7 +113,7 @@ def make_test(target_type, sources, requirements, target_name=None):
|
||||
|
||||
# The alias to the real target, per period replacement above.
|
||||
if real_name != target_name:
|
||||
get_manager().projects().project_rules().all_names_["alias"](
|
||||
get_manager().projects().project_rules().rules["alias"](
|
||||
target_name, [t])
|
||||
|
||||
# Remember the test (for --dump-tests). A good way would be to collect all
|
||||
|
||||
Reference in New Issue
Block a user