summaryrefslogtreecommitdiff
path: root/test/test-main.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21test: Avoid a build error with SPLSimon Glass1-1/+1
2021-04-29test: Use positive conditional in test_matches()Andy Shevchenko1-6/+6
2021-04-29test: Allow simple glob pattern in the test nameAndy Shevchenko1-2/+9
2021-04-06test: Allow tests to run on any boardSimon Glass1-3/+2
2021-03-26dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass1-11/+19
2021-03-12test: Allow SPL to run any available testSimon Glass1-4/+13
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass1-1/+29
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass1-0/+32
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass1-11/+76
2021-03-12test: Use a local variable for test stateSimon Glass1-0/+18
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass1-3/+64
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass1-3/+23
2021-03-12test: Move test running into a separate functionSimon Glass1-9/+23
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass1-0/+23
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass1-1/+32
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass1-0/+3
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass1-0/+2
2021-03-12test: Move console silencing to test_pre_run()Simon Glass1-1/+2
2021-03-12test: Drop mallinfo() work-aroundSimon Glass1-3/+1
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass1-0/+3
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass1-0/+18
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass1-0/+7
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass1-1/+7
2021-03-12test: Create pre/post-run functionsSimon Glass1-10/+31
2021-03-12test: Add an overall test runnerSimon Glass1-0/+66