summaryrefslogtreecommitdiff
path: root/test/test-main.c
AgeCommit message (Expand)Author
2023-01-23sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass
2023-01-23dm: test: Correct ordering of DM setupSimon Glass
2023-01-23test: Drop duplicate restore of DM stateSimon Glass
2022-11-07test: Add a way to detect a test that breaks anotherSimon Glass
2022-11-07test: Drop an unused parameter to ut_run_test_live_flat()Simon Glass
2022-11-07dm: test: Clear the block cache after running a testSimon Glass
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes
2022-10-31test: Support tests which can only be run manuallySimon Glass
2022-10-31test: Report skippped testsSimon Glass
2022-10-17dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass
2022-09-29sandbox: test: Provide an easy way to use the other FDTSimon Glass
2022-09-29test: Detect a change in the device treeSimon Glass
2022-09-29test: Make a copy of the device tree before running a testSimon Glass
2022-09-29test: Support testing malloc() failuresSimon Glass
2022-09-29test: Fix missing livetree test runsSimon Glass
2022-09-13cyclic: Add a simple testStefan Roese
2022-09-02test: Allow running tests multiple timesSimon Glass
2022-08-12dm: core: Call dm_scan_other() when setting up for testsSimon Glass
2022-08-12dm: core: Prepare for updating the device tree with ofnodeSimon Glass
2022-03-10event: Add a simple testSimon Glass
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