summaryrefslogtreecommitdiff
path: root/test/test-main.c
Commit message (Expand)AuthorAgeFilesLines
* 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