summaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* test: Silenece the echo and print testsSimon Glass2021-03-271-2/+6
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-2/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* test: test/lib/test_print.c depends on CONSOLE_RECORDHeinrich Schuchardt2021-01-161-1/+1
* test: Add a test for getoptSean Anderson2020-10-302-0/+124
* test: unit tests for print_freq(), print_size()Heinrich Schuchardt2020-10-232-0/+72
* test: undefined reference to 'sscanf'Heinrich Schuchardt2020-08-271-1/+1
* test: unit test for efi_dp_check_length()Heinrich Schuchardt2020-08-242-0/+51
* lib: sscanf: add sscanf implementationAndrii Anisov2020-08-142-0/+175
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-9/+9
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+2
* test: provide tests for efi_image_region_add()Heinrich Schuchardt2020-07-032-0/+164
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro2020-05-041-2/+2
* test: add rsa_verify() unit testAKASHI Takahiro2020-03-122-0/+207
* test: aes: fix memleakPhilippe Reynes2020-02-131-6/+7
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* aes: add test unit for aes196 and aes256Philippe Reynes2020-01-171-0/+4
* aes: add test unit for aes128Philippe Reynes2020-01-172-0/+163
* cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes2020-01-071-1/+1
* test: add asn1 unit testAKASHI Takahiro2019-12-062-0/+393
* test: provide test for errno_str()Heinrich Schuchardt2019-10-312-0/+47
* test: call hexdump tests via `ut lib`Heinrich Schuchardt2019-04-221-4/+5
* test: provide unit test for memory functionsHeinrich Schuchardt2019-02-093-0/+216
* test: lib: lmb: add lmb test for multiple RAM banksSimon Goldschmidt2019-02-021-19/+75
* lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt2019-01-261-11/+11
* lib: lmb: extend lmb for checks at load timeSimon Goldschmidt2019-01-161-0/+202
* lib: lmb: reserving overlapping regions should failSimon Goldschmidt2019-01-161-8/+87
* lmb: fix allocation at end of address rangeSimon Goldschmidt2019-01-161-3/+26
* test: add test for lib/lmb.cSimon Goldschmidt2019-01-162-0/+298
* test: hexdump: fix misplaced returnSimon Goldschmidt2018-12-121-2/+2
* test: list: Add tests for hexdump.cMario Six2018-09-282-0/+100