summaryrefslogtreecommitdiff
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* test: improve configuration for Kconfig test optionsHeinrich Schuchardt2023-04-251-7/+8
* Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini2023-03-162-8/+8
|\
| * test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut2023-03-142-8/+8
* | test: unit test for crc8Heinrich Schuchardt2023-03-132-0/+30
|/
* test: lmb: Rework lib_test_lmb_max_regions test to scaleTom Rini2023-02-081-18/+26
* display_options: print_size: Fix order overflowPali Rohár2022-09-231-0/+3
* test: Add some tests for kconfig.hSimon Glass2022-08-104-0/+130
* abuf: Correct a corner case with abuf_realloc()Simon Glass2022-04-061-0/+29
* lmb: remove lmb_is_nomap() from includeHeinrich Schuchardt2021-11-201-0/+5
* Add support for an owned bufferSimon Glass2021-10-082-0/+345
* lib: Add memdup()Simon Glass2021-10-081-0/+32
* test: Fix size_t formats in strlcat testSimon Glass2021-07-271-2/+2
* lib: wrap crypt API to hide errno usageSteffen Jaeckel2021-07-231-2/+22
* lib: add crypt subsystemSteffen Jaeckel2021-07-232-0/+45
* test: lmb: add test for lmb_reserve_flagsPatrick Delaunay2021-06-071-0/+89
* test: lmb: add test for overflow protection in lmb_add_regionPatrick Delaunay2021-04-221-0/+64
* test: Add test for strlcatSean Anderson2021-04-122-0/+127
* test: unit test for longjmpHeinrich Schuchardt2021-04-082-0/+74
* 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 headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon 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