aboutsummaryrefslogtreecommitdiff
path: root/include/test/ut.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-10/+10
2021-09-16test: Add a way to skip console checking until a string matchesSimon Glass1-0/+24
2021-05-26test: Remove duplicate macroSean Anderson1-17/+0
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass1-42/+0
2021-03-12test: Use a local variable for test stateSimon Glass1-0/+14
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass1-5/+8
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass1-20/+0
2021-03-12test: Move test running into a separate functionSimon Glass1-0/+16
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass1-9/+0
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass1-0/+10
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass1-0/+11
2021-03-12test: Create pre/post-run functionsSimon Glass1-0/+20
2021-03-12test: Add an overall test runnerSimon Glass1-0/+42
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass1-0/+18
2020-10-06bloblist: Compare addresses rather than pointers in testsSimon Glass1-0/+13
2020-08-07test: Add a way to check part of a console line or skip itSimon Glass1-0/+59
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-07-17acpi: Support writing a nameSimon Glass1-0/+17
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