test: unit tests for Unicode functions
Provide unit tests for Unicode functions. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
d8c28232c3
commit
f11a164b58
@@ -15,6 +15,14 @@ config UT_TIME
|
||||
problems. But if you are having problems with udelay() and the like,
|
||||
this is a good place to start.
|
||||
|
||||
config UT_UNICODE
|
||||
bool "Unit tests for Unicode functions"
|
||||
depends on UNIT_TEST
|
||||
default y
|
||||
help
|
||||
Enables the 'ut unicode' command which tests that the functions for
|
||||
manipulating Unicode strings work correctly.
|
||||
|
||||
source "test/dm/Kconfig"
|
||||
source "test/env/Kconfig"
|
||||
source "test/overlay/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user