summaryrefslogtreecommitdiff
path: root/include/test
AgeCommit message (Expand)Author
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-08test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt
2020-04-24test: Add the beginnings of some string testsSimon Glass
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt
2020-04-16test: Add hexdump.h to the unit test headerSimon Glass
2020-02-05test: Add a way to check each line of console outputSimon Glass
2020-02-05test: Add underscore prefix to macro parametersSimon Glass
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass
2020-01-07dm: test: Add a test driver for devresSimon Glass
2020-01-07test: Add functions to find the amount of allocated memorySimon Glass
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes
2019-11-14tests: add OP-TEE test suiteHeiko Stuebner
2019-10-27sandbox: test: Show hex values on failureSimon Glass
2019-02-09test: provide unit test for memory functionsHeinrich Schuchardt
2018-11-26test: Add a simple test for bloblistSimon Glass
2018-09-28test: Add ut_asserteq_memMario Six
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt
2018-08-31test: fix typo in cmd_ut_category() descriptionHeinrich Schuchardt
2018-07-19test: Add ut_assertnull macroRamon Fried
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-04test: compression: Convert to unit test frameworkSimon Glass
2017-12-02test: Add a command function for test executionSimon Glass
2017-06-01dm: test: Fix nit with position of backslashSimon Glass
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass
2017-06-01dm: test: Show the test filename when runningSimon Glass
2016-08-20tests: Introduce DT overlay testsMaxime Ripard
2016-05-02Fix spelling of "occurred".Vagrant Cascadian
2015-07-21test: Add a macro to check that a value is not an error pointerSimon Glass
2015-05-21test: env: Add test framework for envJoe Hershberger
2015-05-21test: Return values from the asserts compatible with cmdsJoe Hershberger
2015-05-21test: dm: Move the time test over to the ut commandJoe Hershberger
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger
2015-05-21test: Add a common unit test commandJoe Hershberger
2015-05-21test: Generalize the unit test frameworkJoe Hershberger