X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2FKconfig;h=48a0e501f88f63aff0a53a5eb67de09219f8d886;hb=53de8061fd0f8fa30372a42da4e75de334a21a00;hp=de16d179d0797940c540466ee51775eec0a23079;hpb=f11a164b58860c3971e207a2e1cf1c033b9d0910;p=oweals%2Fu-boot.git diff --git a/test/Kconfig b/test/Kconfig index de16d179d0..48a0e501f8 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -6,6 +6,14 @@ menuconfig UNIT_TEST This does not require sandbox to be included, but it is most often used there. +config UT_LIB + bool "Unit tests for library functions" + depends on UNIT_TEST + default y + help + Enables the 'ut lib' command which tests library functions like + memcat(), memcyp(), memmove(). + config UT_TIME bool "Unit tests for time functions" depends on UNIT_TEST