commit | b8b6c811a5422530b59f5bf97eaee7c9719ce39a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Aug 31 21:31:28 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:29 2018 +0200 |
tree | 82dab96d452220c02fd266b30d60e4c64fcd6731 | |
parent | 97494ea794562a85efda135d8de216ca0a2baeef [diff] [blame] |
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>
diff --git a/test/Makefile b/test/Makefile index 1092011..a5f52fd 100644 --- a/test/Makefile +++ b/test/Makefile
@@ -8,4 +8,5 @@ obj-$(CONFIG_SANDBOX) += compression.o obj-$(CONFIG_SANDBOX) += print_ut.o obj-$(CONFIG_UT_TIME) += time_ut.o +obj-$(CONFIG_UT_UNICODE) += unicode_ut.o obj-$(CONFIG_$(SPL_)LOG) += log/