summaryrefslogtreecommitdiff
path: root/include/test/ut.h
AgeCommit message (Expand)Author
2021-09-16test: Add a way to skip console checking until a string matchesSimon Glass
2021-05-26test: Remove duplicate macroSean Anderson
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass
2021-03-12test: Use a local variable for test stateSimon Glass
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass
2021-03-12test: Move test running into a separate functionSimon Glass
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass
2021-03-12test: Create pre/post-run functionsSimon Glass
2021-03-12test: Add an overall test runnerSimon Glass
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass
2020-10-06bloblist: Compare addresses rather than pointers in testsSimon Glass
2020-08-07test: Add a way to check part of a console line or skip itSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2020-07-17acpi: Support writing a nameSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon 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: 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-07test: Add functions to find the amount of allocated memorySimon Glass
2019-10-27sandbox: test: Show hex values on failureSimon Glass
2018-09-28test: Add ut_asserteq_memMario Six
2018-07-19test: Add ut_assertnull macroRamon Fried
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-01dm: test: Fix nit with position of backslashSimon Glass
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: Return values from the asserts compatible with cmdsJoe Hershberger
2015-05-21test: Generalize the unit test frameworkJoe Hershberger