| { |
| "configs": [], |
| "builds": [ |
| { |
| "name": "starlark_tests", |
| "build_config": { |
| "name": "starlark_tests_config", |
| "description": "Run Starlark unit tests", |
| "build_type": "bazel" |
| }, |
| "targets": [ |
| "//tests:naming_tests", |
| "//tests:transition_tests", |
| "//tests:kconfig_args_tests" |
| ] |
| }, |
| { |
| "name": "python_tests", |
| "build_config": { |
| "name": "python_tests_config", |
| "description": "Run Python build script tests", |
| "build_type": "bazel" |
| }, |
| "targets": [ |
| "//scripts/build:discovery_utils_test", |
| "//scripts/build:kconfig_gen_symbols_test", |
| "//scripts/build:kconfig_gen_values_test", |
| "//scripts/build:kconfig_utils_test", |
| "//scripts/build:parse_test_metadata_test" |
| ] |
| } |
| ], |
| "tools": [], |
| "groups": [ |
| { |
| "name": "default", |
| "description": "Run all unit tests", |
| "builds": [ |
| "starlark_tests", |
| "python_tests" |
| ] |
| } |
| ] |
| } |