Searched refs:projects (Results 1 – 9 of 9) sorted by relevance
/trusty/vendor/google/aosp/scripts/ |
D | build-config | 15 # This file lists projects with optional hosttests and unittests to run for 16 # those projects in the following format: 18 # # Add projects to, or remove projects from, list of projects to build. 22 # # List of projects that this build entry applies to. Required. 23 # projects=[ 27 # # If enabled is set to True or ommitted, add projects to list of 28 # # projects to build. If enabled is set to False, remove projects from 29 # # list of projects to build. 33 # # Specify tests to run for specific projects. 35 # # List of projects that this testmap entry applies to. Required. [all …]
|
D | trusty_build_config.py | 243 self.projects = {} 282 def build(projects, enabled=True, dist=None): argument 284 for project_name in projects: 294 def builddep(projects, needs): argument 296 for project_name in projects: 307 def testmap(projects, tests=()): argument 309 for project_name in projects: 406 if project not in self.projects: 407 self.projects[project] = TrustyBuildConfigProject() 408 return self.projects[project] [all …]
|
D | trusty_build_config_self_test_include1 | 17 projects=[ 25 projects=[ 33 projects=[ 44 projects=[ 64 projects=[
|
D | build.py | 575 def create_test_map(args, build_config, projects): argument 576 for project_name in projects: 771 projects = [] 774 projects += build_config.get_projects(build=True) 776 projects += build_config.get_projects(build=True, have_tests=True) 778 projects.append(project) 783 if skip in projects: 784 projects.remove(skip) 797 projects = run_tests.projects_to_test( 799 projects, [all …]
|
D | trusty_build_config_self_test_main | 17 projects=[ 27 projects=[ 34 projects=[
|
D | trusty_build_config_self_test_include2 | 17 projects=[ 23 projects=[
|
D | test-map | 15 # This file lists projects with optional hosttests and unittests to run for 16 # those projects in the following format: 18 # # Add projects to, or remove projects from, list of projects to build. 22 # # List of projects that this build entry applies to. Required. 23 # projects=[ 27 # # If enabled is set to True or ommitted, add projects to list of 28 # # projects to build. If enabled is set to False, remove projects from 29 # # list of projects to build. 33 # # Specify tests to run for specific projects. 35 # # List of projects that this testmap entry applies to. Required. [all …]
|
D | run_tests.py | 263 projects: list[str], 289 return [project for project in projects if has_test(project)] 492 projects: list[str], 515 projects = projects_to_test( 517 projects, 523 for project in projects:
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 146 # (useful for modules/projects where namespaces are manipulated during runtime
|