aboutsummaryrefslogtreecommitdiff
path: root/include/test/ut.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini1-0/+16
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi1-0/+16
2020-04-16test: Add hexdump.h to the unit test headerSimon Glass1-0/+1
2020-02-05test: Add a way to check each line of console outputSimon Glass1-0/+65
2020-02-05test: Add underscore prefix to macro parametersSimon Glass1-22/+22
2020-01-07test: Add functions to find the amount of allocated memorySimon Glass1-0/+16
2019-10-27sandbox: test: Show hex values on failureSimon Glass1-1/+2
2018-09-28test: Add ut_asserteq_memMario Six1-0/+18
2018-07-19test: Add ut_assertnull macroRamon Fried1-0/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: test: Fix nit with position of backslashSimon Glass1-1/+1
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-6/+6
2015-07-21test: Add a macro to check that a value is not an error pointerSimon Glass1-0/+15
2015-05-21test: Return values from the asserts compatible with cmdsJoe Hershberger1-6/+6
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-0/+107