X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2FKconfig;h=48a0e501f88f63aff0a53a5eb67de09219f8d886;hb=d5974af7f7626777b5c41894f75c813ff35c1793;hp=de16d179d0797940c540466ee51775eec0a23079;hpb=0ae8dcfef7c890330c62bb34c724126ffc169bef;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