summaryrefslogtreecommitdiff
path: root/test/dm/test-dm.c
AgeCommit message (Expand)Author
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-03-12test: Allow SPL to run any available testSimon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon 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: Use return values in dm_test_run()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: Drop dm_do_test()Simon Glass
2021-03-12test: Use ut_run_test() to run driver model testsSimon 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: 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: 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: Rename test-main.c to test-dm.cSimon Glass