MCPcopy
hub / github.com/SFTtech/openage / list_targets_cpp

Function list_targets_cpp

openage/testing/list_processor.py:62–66  ·  view source on GitHub ↗

Invokes list_targets() with the C++-specific listers.

()

Source from the content-addressed store, hash-verified

60
61
62def list_targets_cpp():
63 """ Invokes list_targets() with the C++-specific listers. """
64 from .testlist import tests_cpp, demos_cpp, benchmark_cpp
65 for val in list_targets(tests_cpp, demos_cpp, benchmark_cpp):
66 yield val
67
68
69def get_all_targets() -> OrderedDict:

Callers 2

generate_testlistFunction · 0.85
get_all_targetsFunction · 0.85

Calls 1

list_targetsFunction · 0.85

Tested by 1

generate_testlistFunction · 0.68