summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)AuthorFilesLines
2021-07-27test: Fix size_t formats in strlcat testSimon Glass1-2/+2
2021-07-23lib: wrap crypt API to hide errno usageSteffen Jaeckel1-2/+22
2021-07-23lib: add crypt subsystemSteffen Jaeckel2-0/+45
2021-06-07test: lmb: add test for lmb_reserve_flagsPatrick Delaunay1-0/+89
2021-04-22test: lmb: add test for overflow protection in lmb_add_regionPatrick Delaunay1-0/+64
2021-04-13test: Add test for strlcatSean Anderson2-0/+127
2021-04-08test: unit test for longjmpHeinrich Schuchardt2-0/+74
2021-03-27test: Silenece the echo and print testsSimon Glass1-2/+6
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-16test: test/lib/test_print.c depends on CONSOLE_RECORDHeinrich Schuchardt1-1/+1
2020-10-30test: Add a test for getoptSean Anderson2-0/+124
2020-10-23test: unit tests for print_freq(), print_size()Heinrich Schuchardt2-0/+72
2020-08-27test: undefined reference to 'sscanf'Heinrich Schuchardt1-1/+1
2020-08-24test: unit test for efi_dp_check_length()Heinrich Schuchardt2-0/+51
2020-08-14lib: sscanf: add sscanf implementationAndrii Anisov2-0/+175
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-9/+9
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+2
2020-07-03test: provide tests for efi_image_region_add()Heinrich Schuchardt2-0/+164
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro1-2/+2
2020-03-12test: add rsa_verify() unit testAKASHI Takahiro2-0/+207
2020-02-13test: aes: fix memleakPhilippe Reynes1-6/+7
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-17aes: add test unit for aes196 and aes256Philippe Reynes1-0/+4
2020-01-17aes: add test unit for aes128Philippe Reynes2-0/+163
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes1-1/+1
2019-12-07test: add asn1 unit testAKASHI Takahiro2-0/+393
2019-10-31test: provide test for errno_str()Heinrich Schuchardt2-0/+47
2019-04-23test: call hexdump tests via `ut lib`Heinrich Schuchardt1-4/+5
2019-02-09test: provide unit test for memory functionsHeinrich Schuchardt3-0/+216
2019-02-02test: lib: lmb: add lmb test for multiple RAM banksSimon Goldschmidt1-19/+75
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt1-11/+11
2019-01-17lib: lmb: extend lmb for checks at load timeSimon Goldschmidt1-0/+202
2019-01-17lib: lmb: reserving overlapping regions should failSimon Goldschmidt1-8/+87
2019-01-17lmb: fix allocation at end of address rangeSimon Goldschmidt1-3/+26
2019-01-17test: add test for lib/lmb.cSimon Goldschmidt2-0/+298
2018-12-12test: hexdump: fix misplaced returnSimon Goldschmidt1-2/+2
2018-09-28test: list: Add tests for hexdump.cMario Six2-0/+100