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:
Andy Ross 2021-03-02 09:17:42 -08:00 committed by Anas Nashif
commit 6fe9e408ab

View file

@ -4,6 +4,7 @@ common:
integration_platforms:
- qemu_x86
- qemu_x86_64
filter: CONSOLE_HAS_DRIVER
tests:
lib.cbprintf_fp.printk:
extra_configs: