summaryrefslogtreecommitdiff
path: root/test/test-main.c
AgeCommit message (Expand)Author
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-07-21test: Avoid a build error with SPLSimon Glass
2021-04-29test: Use positive conditional in test_matches()Andy Shevchenko
2021-04-29test: Allow simple glob pattern in the test nameAndy Shevchenko
2021-04-06test: Allow tests to run on any boardSimon Glass
2021-03-26dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass
2021-03-12test: Allow SPL to run any available testSimon Glass
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass
2021-03-12test: Move the devicetree check into ut_run_list()Simon 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_destroy() into test-main.cSimon 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: Move console silencing to test_pre_run()Simon Glass
2021-03-12test: Drop mallinfo() work-aroundSimon Glass
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass
2021-03-12test: Create pre/post-run functionsSimon Glass
2021-03-12test: Add an overall test runnerSimon Glass