aboutsummaryrefslogtreecommitdiff
path: root/include/test
AgeCommit message (Expand)AuthorFilesLines
2020-02-05test: Add a way to check each line of console outputSimon Glass2-0/+69
2020-02-05test: Add underscore prefix to macro parametersSimon Glass1-22/+22
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini2-0/+26
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass1-1/+2
2020-01-07dm: test: Add a test driver for devresSimon Glass1-0/+9
2020-01-07test: Add functions to find the amount of allocated memorySimon Glass1-0/+16
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes1-1/+3
2019-11-14tests: add OP-TEE test suiteHeiko Stuebner2-0/+15
2019-10-27sandbox: test: Show hex values on failureSimon Glass1-1/+2
2019-02-09test: provide unit test for memory functionsHeinrich Schuchardt2-0/+15
2018-11-26test: Add a simple test for bloblistSimon Glass1-0/+1
2018-09-28test: Add ut_asserteq_memMario Six1-0/+18
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt1-1/+2
2018-08-31test: fix typo in cmd_ut_category() descriptionHeinrich Schuchardt1-1/+1
2018-07-19test: Add ut_assertnull macroRamon Fried1-0/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-12/+6
2017-12-04test: compression: Convert to unit test frameworkSimon Glass2-0/+18
2017-12-02test: Add a command function for test executionSimon Glass1-0/+16
2017-06-01dm: test: Fix nit with position of backslashSimon Glass1-1/+1
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass1-0/+2
2017-06-01dm: test: Show the test filename when runningSimon Glass1-0/+2
2016-08-20tests: Introduce DT overlay testsMaxime Ripard2-0/+17
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: env: Add test framework for envJoe Hershberger2-0/+17
2015-05-21test: Return values from the asserts compatible with cmdsJoe Hershberger1-6/+6
2015-05-21test: dm: Move the time test over to the ut commandJoe Hershberger1-0/+1
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger1-0/+2
2015-05-21test: Add a common unit test commandJoe Hershberger1-0/+11
2015-05-21test: Generalize the unit test frameworkJoe Hershberger2-0/+154