summaryrefslogtreecommitdiff
path: root/include/test
AgeCommit message (Expand)Author
2021-09-16test: Add a way to skip console checking until a string matchesSimon Glass
2021-07-23test: add first autoboot unit testsSteffen Jaeckel
2021-06-08test: Add a test for print_buffer()Simon Glass
2021-06-08test: Convert print tests to use ut frameworkSimon Glass
2021-05-26test: Remove duplicate macroSean Anderson
2021-04-06test: Allow tests to run on any boardSimon Glass
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini
2021-03-12test: Allow SPL to run any available testSimon Glass
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass
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: Drop struct dm_test_stateSimon 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-03-12test: Rename test-main.c to test-dm.cSimon Glass
2021-03-12test: Mark all driver model tests with a flagSimon Glass
2021-03-05test: cmd: Add a basic test for 'addrmap' commandBin Meng
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass
2020-12-01test: Add some tests for setexprSimon Glass
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-30test: Add a test for log filter-*Sean Anderson
2020-10-30test: log: Convert log_test from python to CSean Anderson
2020-10-29dm: test: Add a way to run SPL testsSimon Glass
2020-10-06bloblist: Compare addresses rather than pointers in testsSimon Glass
2020-08-07cmd: Update the memory-search commandSimon Glass
2020-08-07test: Add a flag for tests that need console recordingSimon Glass
2020-08-07dm: Rename DM test flags to make them more genericSimon 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-07-01clk: Add K210 pll supportSean Anderson
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