There is no need to have spearate app for H5 testing as init test can use multiple configuration targets. Change-Id: I467b5939ae914e7c1ac22fdac24d8b0b6ed3f1cf Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
20 lines
314 B
INI
20 lines
314 B
INI
[test_micro]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
kernel = micro
|
|
|
|
[test_nano]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
extra_args = KERNEL_TYPE=nano
|
|
kernel = nano
|
|
|
|
[test_h5]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
extra_args = CONF_FILE=prj_h5.conf
|
|
kernel = micro
|