summaryrefslogtreecommitdiffstats
path: root/include/test
Commit message (Expand)AuthorAgeFilesLines
* test: Remove duplicate macroSean Anderson2021-05-261-17/+0
* test: Allow tests to run on any boardSimon Glass2021-04-061-0/+9
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-151-0/+2
|\
| * test: cmd: Add a basic test for 'addrmap' commandBin Meng2021-03-051-0/+2
* | test: Allow SPL to run any available testSimon Glass2021-03-121-11/+5
* | test: Rename all linker lists to have a ut_ prefixSimon Glass2021-03-121-4/+4
* | test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-0/+6
* | test: Run driver-model tests using ut_run_list()Simon Glass2021-03-121-42/+0
* | test: Use a local variable for test stateSimon Glass2021-03-121-0/+14
* | test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-121-5/+8
* | test: Use ut_run_test() to run driver model testsSimon Glass2021-03-121-20/+0
* | test: Move test running into a separate functionSimon Glass2021-03-121-0/+16
* | test: Move dm_test_init() into test-main.cSimon Glass2021-03-121-9/+0
* | test: Drop struct dm_test_stateSimon Glass2021-03-121-2/+8
* | test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-122-0/+12
* | test: Move delay skipping to test_pre_run()Simon Glass2021-03-121-0/+11
* | test: Create pre/post-run functionsSimon Glass2021-03-121-0/+20
* | test: Add an overall test runnerSimon Glass2021-03-121-0/+42
* | test: Rename test-main.c to test-dm.cSimon Glass2021-03-121-2/+2
* | test: Mark all driver model tests with a flagSimon Glass2021-03-121-0/+2
|/
* test: Avoid assuming sandbox board for bloblist testSimon Glass2021-01-161-0/+18
* test: Move some test drivers into their own fileSimon Glass2021-01-051-0/+9
* bootm: Add tests for fixup_silent_linux()Simon Glass2020-12-041-0/+1
* test: Add some tests for setexprSimon Glass2020-12-011-0/+2
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-301-0/+11
|\
| * dm: test: Add a way to run SPL testsSimon Glass2020-10-291-0/+11
* | test: Add a test for log filter-*Sean Anderson2020-10-301-0/+1
* | test: log: Convert log_test from python to CSean Anderson2020-10-301-0/+2
|/
* bloblist: Compare addresses rather than pointers in testsSimon Glass2020-10-061-0/+13
* cmd: Update the memory-search commandSimon Glass2020-08-071-0/+1
* test: Add a flag for tests that need console recordingSimon Glass2020-08-071-0/+1
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-0/+10
* test: Add a way to check part of a console line or skip itSimon Glass2020-08-071-0/+59
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+1
* acpi: Support writing a nameSimon Glass2020-07-171-0/+17
* clk: Add K210 pll supportSean Anderson2020-07-011-0/+16
* 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-dmTom 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
|/