summaryrefslogtreecommitdiff
path: root/test/dm/test-dm.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08dm: test: Drop the special function for running DM testsSimon Glass1-45/+4
2022-10-31test: Support tests which can only be run manuallySimon Glass1-1/+1
2022-09-02test: Allow running tests multiple timesSimon Glass1-3/+10
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-03-12test: Allow SPL to run any available testSimon Glass1-1/+10
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-2/+2
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass1-11/+0
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass1-13/+0
2021-03-12test: Use return values in dm_test_run()Simon Glass1-8/+6
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass1-40/+5
2021-03-12test: Use a local variable for test stateSimon Glass1-3/+1
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass1-36/+1
2021-03-12test: Drop dm_do_test()Simon Glass1-11/+4
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass1-10/+1
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass1-22/+0
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass1-22/+0
2021-03-12test: Drop struct dm_test_stateSimon Glass1-5/+5
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass1-3/+3
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass1-2/+0
2021-03-12test: Move console silencing to test_pre_run()Simon Glass1-4/+0
2021-03-12test: Drop mallinfo() work-aroundSimon Glass1-2/+0
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass1-2/+0
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass1-17/+0
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass1-3/+0
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass1-5/+5
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass1-0/+230