tests: group all build system tests under build_system

Consistent naming of components related to build system.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-10-10 17:41:22 +00:00 committed by Johan Hedberg
commit a2ed99687b
4 changed files with 11 additions and 11 deletions

View file

@ -3,9 +3,9 @@ common:
build_only: true
platform_allow: native_posix
tests:
zephyr_get.no_sysbuild:
buildsystem.extensions.zephyr_get.no_sysbuild:
sysbuild: false
zephyr_get.sysbuild:
buildsystem.extensions.zephyr_get.sysbuild:
sysbuild: true
extra_args: TESTCASE_VARIABLE="sysbuild.main"
zephyr_get_2nd_TESTCASE_VARIABLE="sysbuild.2nd"