2
0
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:
Aaron Boman
2016-10-08 17:29:36 -05:00
parent 404ae8a89d
commit 83de3c5827

View File

@@ -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