X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2FKconfig;h=28704a25b613368264b1ee4e45b61bb0b22e1b19;hb=c05ed00afb95fa5237f16962fccf5810437317bf;hp=cb51b4672102dc61c01a91bd001e77ae945dd498;hpb=fd4b8f813f11879bb38a0d3a5839279e85325476;p=oweals%2Fu-boot.git diff --git a/test/Kconfig b/test/Kconfig index cb51b46721..28704a25b6 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -28,8 +28,27 @@ config UT_LIB_ASN1 Enables a test which exercises asn1 compiler and decoder function via various parsers. +config UT_LIB_RSA + bool "Unit test for rsa_verify() function" + depends on RSA + depends on RSA_VERIFY_WITH_PKEY + select IMAGE_SIGN_INFO + default y + help + Enables rsa_verify() test, currently rsa_verify_with_pkey only() + only, at the 'ut lib' command. + endif +config UT_LOG + bool "Unit tests for logging functions" + depends on UNIT_TEST + default y + help + Enables the 'ut log' command which tests logging functions like + log_err(). + See also CONFIG_LOG_TEST which provides the 'log test' command. + config UT_TIME bool "Unit tests for time functions" depends on UNIT_TEST