summaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* 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