From 6fe9e408ab92b1c80068faf6b015590e32882546 Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Tue, 2 Mar 2021 09:17:42 -0800 Subject: [PATCH] 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 --- tests/lib/cbprintf_fp/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/cbprintf_fp/testcase.yaml b/tests/lib/cbprintf_fp/testcase.yaml index 7a5c9506987..9b99355ffaf 100644 --- a/tests/lib/cbprintf_fp/testcase.yaml +++ b/tests/lib/cbprintf_fp/testcase.yaml @@ -4,6 +4,7 @@ common: integration_platforms: - qemu_x86 - qemu_x86_64 + filter: CONSOLE_HAS_DRIVER tests: lib.cbprintf_fp.printk: extra_configs: