test: lib/cbprintf_fp: fix test filtering
The commit
6fe9e408ab
(tests/cbprintf_fp: Filter on CONSOLE_HAS_DRIVER)
added filtering on Kconfig symbol incorrectly - it checked
CONSOLE_HAS_DRIVER instead CONFIG_CONSOLE_HAS_DRIVER so
this test was filtered out (and therefore skipped) on all
platforms.
Fix that.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
parent
46d6b8f528
commit
1ffd1ea8fd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ common:
|
|||
integration_platforms:
|
||||
- qemu_x86
|
||||
- qemu_x86_64
|
||||
filter: CONSOLE_HAS_DRIVER
|
||||
filter: CONFIG_CONSOLE_HAS_DRIVER
|
||||
tests:
|
||||
lib.cbprintf_fp.printk:
|
||||
extra_configs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue