Home
last modified time | relevance | path

Searched full:build_on_all (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/samples/synchronization/
Dsample.yaml8 build_on_all: true
/Zephyr-Core-3.7.0/tests/kernel/common/
Dtestcase.yaml11 build_on_all: true
/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_testplan.py111 ("build_on_all", True, None, None, "Platform is excluded on command line."),
112 ("build_on_all", True, "level", "foobar", "Unknown test level 'foobar'"),
169 if tc_attribute == "build_on_all":
171 testcase.build_on_all = tc_value
390 testcase.build_on_all = True
1314 build_on_all: true
1316 build_on_all: true
1318 build_on_all: true
1320 build_on_all: false
1364 build_on_all: true
[all …]
Dtest_config_parser.py102 'build_on_all': False,
/Zephyr-Core-3.7.0/scripts/schemas/twister/
Dtestsuite-schema.yaml31 "build_on_all":
/Zephyr-Core-3.7.0/scripts/
Dtwister59 build_on_all: <True|False> (default False)
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dconfig_parser.py54 "build_on_all": {"type": "bool", "default": False},
Dtestplan.py743 …if ts.build_on_all and not platform_filter and platform_config.get('increased_platform_scope', Tru…
980 if default_platforms and not ts.build_on_all and not integration:
/Zephyr-Core-3.7.0/doc/develop/test/
Dtwister.rst382 build_on_all: <True|False> (default False)
1306 - Ability to override `build_on_all` options used in some test scenarios.