~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: test: Drop the special function for running DM testsSimon Glass2022-11-07
* test: Support tests which can only be run manuallySimon Glass2022-10-31
* test: Allow running tests multiple timesSimon Glass2022-09-02
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* test: Allow SPL to run any available testSimon Glass2021-03-12
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-12
* test: Move restoring of driver model state to ut_run_list()Simon Glass2021-03-12
* test: Move the devicetree check into ut_run_list()Simon Glass2021-03-12
* test: Use return values in dm_test_run()Simon Glass2021-03-12
* test: Run driver-model tests using ut_run_list()Simon Glass2021-03-12
* test: Use a local variable for test stateSimon Glass2021-03-12
* test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-12
* test: Drop dm_do_test()Simon Glass2021-03-12
* test: Use ut_run_test() to run driver model testsSimon Glass2021-03-12
* test: Move dm_test_destroy() into test-main.cSimon Glass2021-03-12
* test: Move dm_test_init() into test-main.cSimon Glass2021-03-12
* test: Drop struct dm_test_stateSimon Glass2021-03-12
* test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-12
* test: Move delay skipping to test_pre_run()Simon Glass2021-03-12
* test: Move console silencing to test_pre_run()Simon Glass2021-03-12
* test: Drop mallinfo() work-aroundSimon Glass2021-03-12
* test: Move dm_scan_plat() to test_pre_run()Simon Glass2021-03-12
* test: Move do_autoprobe() to test_pre_run()Simon Glass2021-03-12
* test: Move dm_extended_scan() to test_pre_run()Simon Glass2021-03-12
* test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-12
* test: Rename test-main.c to test-dm.cSimon Glass2021-03-12