tests/cbprintf_fp: Filter on CONSOLE_HAS_DRIVER
Many platforms don't have a console backend, and this fails with a kconfig warning if you try to build on them. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
85aec4121b
commit
6fe9e408ab
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ common:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
- qemu_x86_64
|
- qemu_x86_64
|
||||||
|
filter: CONSOLE_HAS_DRIVER
|
||||||
tests:
|
tests:
|
||||||
lib.cbprintf_fp.printk:
|
lib.cbprintf_fp.printk:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue