summaryrefslogtreecommitdiff
path: root/test/test-main.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08test: Add a way to detect a test that breaks anotherSimon Glass1-5/+34
2022-11-08test: Drop an unused parameter to ut_run_test_live_flat()Simon Glass1-3/+2
2022-11-08dm: test: Clear the block cache after running a testSimon Glass1-0/+3
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes1-2/+1
2022-10-31test: Support tests which can only be run manuallySimon Glass1-1/+26
2022-10-31test: Report skippped testsSimon Glass1-3/+20
2022-10-18dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek1-10/+1
2022-09-30dm: core: Provide a way to reset the device treeSimon Glass1-0/+2
2022-09-29sandbox: test: Provide an easy way to use the other FDTSimon Glass1-3/+36
2022-09-29test: Detect a change in the device treeSimon Glass1-3/+16
2022-09-29test: Make a copy of the device tree before running a testSimon Glass1-0/+74
2022-09-29test: Support testing malloc() failuresSimon Glass1-0/+1
2022-09-29test: Fix missing livetree test runsSimon Glass1-2/+1
2022-09-13cyclic: Add a simple testStefan Roese1-0/+3
2022-09-02test: Allow running tests multiple timesSimon Glass1-3/+11
2022-08-12dm: core: Call dm_scan_other() when setting up for testsSimon Glass1-1/+3
2022-08-12dm: core: Prepare for updating the device tree with ofnodeSimon Glass1-1/+2
2022-03-10event: Add a simple testSimon Glass1-0/+4
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-9/+9
2021-07-21test: Avoid a build error with SPLSimon Glass1-1/+1
2021-04-29test: Use positive conditional in test_matches()Andy Shevchenko1-6/+6
2021-04-29test: Allow simple glob pattern in the test nameAndy Shevchenko1-2/+9
2021-04-06test: Allow tests to run on any boardSimon Glass1-3/+2
2021-03-26dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass1-11/+19
2021-03-12test: Allow SPL to run any available testSimon Glass1-4/+13
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass1-1/+29
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass1-0/+32
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass1-11/+76
2021-03-12test: Use a local variable for test stateSimon Glass1-0/+18
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass1-3/+64
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass1-3/+23
2021-03-12test: Move test running into a separate functionSimon Glass1-9/+23
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass1-0/+23
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass1-1/+32
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass1-0/+3
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass1-0/+2
2021-03-12test: Move console silencing to test_pre_run()Simon Glass1-1/+2
2021-03-12test: Drop mallinfo() work-aroundSimon Glass1-3/+1
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass1-0/+3
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass1-0/+18
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass1-0/+7
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass1-1/+7
2021-03-12test: Create pre/post-run functionsSimon Glass1-10/+31
2021-03-12test: Add an overall test runnerSimon Glass1-0/+66