summaryrefslogtreecommitdiff
path: root/test/dm/test-dm.c
Commit message (Expand)AuthorAgeFilesLines
* test: Allow SPL to run any available testSimon Glass2021-03-121-1/+10
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-2/+2
* test: Move restoring of driver model state to ut_run_list()Simon Glass2021-03-121-11/+0
* test: Move the devicetree check into ut_run_list()Simon Glass2021-03-121-13/+0
* test: Use return values in dm_test_run()Simon Glass2021-03-121-8/+6
* test: Run driver-model tests using ut_run_list()Simon Glass2021-03-121-40/+5
* test: Use a local variable for test stateSimon Glass2021-03-121-3/+1
* test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-121-36/+1
* test: Drop dm_do_test()Simon Glass2021-03-121-11/+4
* test: Use ut_run_test() to run driver model testsSimon Glass2021-03-121-10/+1
* test: Move dm_test_destroy() into test-main.cSimon Glass2021-03-121-22/+0
* test: Move dm_test_init() into test-main.cSimon Glass2021-03-121-22/+0
* test: Drop struct dm_test_stateSimon Glass2021-03-121-5/+5
* test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-121-3/+3
* test: Move delay skipping to test_pre_run()Simon Glass2021-03-121-2/+0
* test: Move console silencing to test_pre_run()Simon Glass2021-03-121-4/+0
* test: Drop mallinfo() work-aroundSimon Glass2021-03-121-2/+0
* test: Move dm_scan_plat() to test_pre_run()Simon Glass2021-03-121-2/+0
* test: Move do_autoprobe() to test_pre_run()Simon Glass2021-03-121-17/+0
* test: Move dm_extended_scan() to test_pre_run()Simon Glass2021-03-121-3/+0
* test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-121-5/+5
* test: Rename test-main.c to test-dm.cSimon Glass2021-03-121-0/+230