diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-08-31 21:31:28 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-09-23 21:55:29 +0200 |
commit | f11a164b58860c3971e207a2e1cf1c033b9d0910 (patch) | |
tree | 82dab96d452220c02fd266b30d60e4c64fcd6731 /test/Kconfig | |
parent | d8c28232c34d4be9984eda52d69d0920678d937d (diff) | |
download | u-boot-f11a164b58860c3971e207a2e1cf1c033b9d0910.tar.gz |
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>
Diffstat (limited to 'test/Kconfig')
-rw-r--r-- | test/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Kconfig b/test/Kconfig index 3643761bc6..de16d179d0 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -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" |