summaryrefslogtreecommitdiff
path: root/test/test-main.c
Commit message (Expand)AuthorAgeFilesLines
* test: Tidy up sandbox handling in test-mainSimon Glass2023-03-021-5/+5
* sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass2023-01-231-0/+1
* sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass2023-01-231-1/+7
* dm: test: Correct ordering of DM setupSimon Glass2023-01-231-3/+8
* test: Drop duplicate restore of DM stateSimon Glass2023-01-231-4/+0
* test: Add a way to detect a test that breaks anotherSimon Glass2022-11-071-5/+34
* test: Drop an unused parameter to ut_run_test_live_flat()Simon Glass2022-11-071-3/+2
* dm: test: Clear the block cache after running a testSimon Glass2022-11-071-0/+3
* cyclic: get rid of cyclic_init()Rasmus Villemoes2022-11-021-2/+1
* test: Support tests which can only be run manuallySimon Glass2022-10-311-1/+26
* test: Report skippped testsSimon Glass2022-10-311-3/+20
* dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek2022-10-171-10/+1
* dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-0/+2
* sandbox: test: Provide an easy way to use the other FDTSimon Glass2022-09-291-3/+36
* test: Detect a change in the device treeSimon Glass2022-09-291-3/+16
* test: Make a copy of the device tree before running a testSimon Glass2022-09-291-0/+74
* test: Support testing malloc() failuresSimon Glass2022-09-291-0/+1
* test: Fix missing livetree test runsSimon Glass2022-09-291-2/+1
* cyclic: Add a simple testStefan Roese2022-09-131-0/+3
* test: Allow running tests multiple timesSimon Glass2022-09-021-3/+11
* dm: core: Call dm_scan_other() when setting up for testsSimon Glass2022-08-121-1/+3
* dm: core: Prepare for updating the device tree with ofnodeSimon Glass2022-08-121-1/+2
* event: Add a simple testSimon Glass2022-03-101-0/+4
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-9/+9
* test: Avoid a build error with SPLSimon Glass2021-07-211-1/+1
* test: Use positive conditional in test_matches()Andy Shevchenko2021-04-291-6/+6
* test: Allow simple glob pattern in the test nameAndy Shevchenko2021-04-291-2/+9
* test: Allow tests to run on any boardSimon Glass2021-04-061-3/+2
* dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass2021-03-261-11/+19
* test: Allow SPL to run any available testSimon Glass2021-03-121-4/+13
* test: Move restoring of driver model state to ut_run_list()Simon Glass2021-03-121-1/+29
* test: Move the devicetree check into ut_run_list()Simon Glass2021-03-121-0/+32
* test: Run driver-model tests using ut_run_list()Simon Glass2021-03-121-11/+76
* test: Use a local variable for test stateSimon Glass2021-03-121-0/+18
* test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-121-3/+64
* test: Use ut_run_test() to run driver model testsSimon Glass2021-03-121-3/+23
* test: Move test running into a separate functionSimon Glass2021-03-121-9/+23
* test: Move dm_test_destroy() into test-main.cSimon Glass2021-03-121-0/+23
* test: Move dm_test_init() into test-main.cSimon Glass2021-03-121-1/+32
* test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-121-0/+3
* test: Move delay skipping to test_pre_run()Simon Glass2021-03-121-0/+2
* test: Move console silencing to test_pre_run()Simon Glass2021-03-121-1/+2
* test: Drop mallinfo() work-aroundSimon Glass2021-03-121-3/+1
* test: Move dm_scan_plat() to test_pre_run()Simon Glass2021-03-121-0/+3
* test: Move do_autoprobe() to test_pre_run()Simon Glass2021-03-121-0/+18
* test: Move dm_extended_scan() to test_pre_run()Simon Glass2021-03-121-0/+7
* test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-121-1/+7
* test: Create pre/post-run functionsSimon Glass2021-03-121-10/+31
* test: Add an overall test runnerSimon Glass2021-03-121-0/+66