summaryrefslogtreecommitdiff
path: root/include/test
Commit message (Expand)AuthorAgeFilesLines
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-12/+18
* test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt2020-05-081-1/+23
* test: Add the beginnings of some string testsSimon Glass2020-04-241-0/+1
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-163-0/+33
|\
| * dm: test: add test case for dev_read_u64 functionDario Binacchi2020-04-161-0/+16
| * test: log functions with CONFIG_LOG=nHeinrich Schuchardt2020-04-162-0/+17
* | test: Add hexdump.h to the unit test headerSimon Glass2020-04-161-0/+1
|/
* test: Add a way to check each line of console outputSimon Glass2020-02-052-0/+69
* test: Add underscore prefix to macro parametersSimon Glass2020-02-051-22/+22
* Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmWIP/09Jan2020Tom Rini2020-01-092-0/+26
|\
| * dm: devres: Add a new OFDATA phaseSimon Glass2020-01-071-1/+2
| * dm: test: Add a test driver for devresSimon Glass2020-01-071-0/+9
| * test: Add functions to find the amount of allocated memorySimon Glass2020-01-071-0/+16
* | cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes2020-01-071-1/+3
|/
* tests: add OP-TEE test suiteHeiko Stuebner2019-11-142-0/+15
* sandbox: test: Show hex values on failureSimon Glass2019-10-271-1/+2
* test: provide unit test for memory functionsHeinrich Schuchardt2019-02-092-0/+15
* test: Add a simple test for bloblistSimon Glass2018-11-261-0/+1
* test: Add ut_asserteq_memMario Six2018-09-281-0/+18
* test: unit tests for Unicode functionsHeinrich Schuchardt2018-09-231-1/+2
* test: fix typo in cmd_ut_category() descriptionHeinrich Schuchardt2018-08-311-1/+1
* test: Add ut_assertnull macroRamon Fried2018-07-191-0/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-12/+6
* test: compression: Convert to unit test frameworkSimon Glass2017-12-042-0/+18
* test: Add a command function for test executionSimon Glass2017-12-021-0/+16
* dm: test: Fix nit with position of backslashSimon Glass2017-06-011-1/+1
* dm: core: Run tests with both livetree and flat treeSimon Glass2017-06-011-0/+2
* dm: test: Show the test filename when runningSimon Glass2017-06-011-0/+2
* tests: Introduce DT overlay testsMaxime Ripard2016-08-202-0/+17
* Fix spelling of "occurred".Vagrant Cascadian2016-05-021-6/+6
* test: Add a macro to check that a value is not an error pointerSimon Glass2015-07-211-0/+15
* test: env: Add test framework for envJoe Hershberger2015-05-212-0/+17
* test: Return values from the asserts compatible with cmdsJoe Hershberger2015-05-211-6/+6
* test: dm: Move the time test over to the ut commandJoe Hershberger2015-05-211-0/+1
* test: dm: Move the dm tests over to the ut commandJoe Hershberger2015-05-211-0/+2
* test: Add a common unit test commandJoe Hershberger2015-05-211-0/+11
* test: Generalize the unit test frameworkJoe Hershberger2015-05-212-0/+154