summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: py: add initial coverage for scp03 cmdIgor Opaniuk2021-03-141-0/+27
* test: acpi: Fix warnings on 32-bit buildSimon Glass2021-03-131-6/+6
* log: Handle line continuationSimon Glass2021-03-121-4/+15
* spl: test: Add a test for spl_load_simple_fit()Simon Glass2021-03-123-0/+97
* test: Allow SPL to run any available testSimon Glass2021-03-122-5/+23
* test: Rename all linker lists to have a ut_ prefixSimon Glass2021-03-121-1/+1
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-1213-32/+26
* test: log: Rename log main test file to log_ut.cSimon Glass2021-03-122-1/+1
* test: Move restoring of driver model state to ut_run_list()Simon Glass2021-03-122-12/+29
* test: Move the devicetree check into ut_run_list()Simon Glass2021-03-122-13/+32
* test: Use return values in dm_test_run()Simon Glass2021-03-121-8/+6
* test: Run driver-model tests using ut_run_list()Simon Glass2021-03-122-51/+81
* test: Use a local variable for test stateSimon Glass2021-03-124-6/+33
* test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-122-39/+65
* test: Drop dm_do_test()Simon Glass2021-03-121-11/+4
* test: Use ut_run_test() to run driver model testsSimon Glass2021-03-122-13/+24
* test: Move test running into a separate functionSimon Glass2021-03-121-9/+23
* test: Move dm_test_destroy() into test-main.cSimon Glass2021-03-122-22/+23
* test: Move dm_test_init() into test-main.cSimon Glass2021-03-122-23/+32
* test: Drop struct dm_test_stateSimon Glass2021-03-124-44/+31
* test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-122-3/+6
* test: Move delay skipping to test_pre_run()Simon Glass2021-03-123-2/+9
* test: Move console silencing to test_pre_run()Simon Glass2021-03-122-5/+2
* test: Drop mallinfo() work-aroundSimon Glass2021-03-122-5/+1
* test: Move dm_scan_plat() to test_pre_run()Simon Glass2021-03-122-2/+3
* test: Move do_autoprobe() to test_pre_run()Simon Glass2021-03-122-17/+18
* test: Move dm_extended_scan() to test_pre_run()Simon Glass2021-03-122-3/+7
* test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-122-6/+12
* test: Create pre/post-run functionsSimon Glass2021-03-121-10/+31
* test: Add an overall test runnerSimon Glass2021-03-123-33/+73
* test: Rename test-main.c to test-dm.cSimon Glass2021-03-122-3/+3
* test: Correct setexpr test prefixSimon Glass2021-03-121-4/+19
* test: Re-enable test_ofplatdataSimon Glass2021-03-121-1/+1
* sandbox: Drop the 'starting...' messageSimon Glass2021-03-121-1/+0
* gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-031-0/+98
* dm: gpio: Add a way to update flagsSimon Glass2021-03-031-17/+115
* gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-9/+9
* gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-6/+6
* dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-4/+4
* fastboot: Allow u-boot-style partitionsSean Anderson2021-02-261-3/+34
* test: dm: Add test for fastboot mmc partition namingSean Anderson2021-02-262-0/+67
* mmc: sandbox: Add support for writingSean Anderson2021-02-261-5/+14
* test: missing dependency for test/cmd/setexpr.cHeinrich Schuchardt2021-02-242-1/+3
* Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-221-2/+48
|\
| * test: add a simple test for the adc-keys button driverMarek Szyprowski2021-02-181-2/+48
* | dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2021-02-182-0/+38
* | dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne2021-02-181-0/+30
* | dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne2021-02-182-0/+50
|/
* test: dm: tee: extend with RPC testIgor Opaniuk2021-02-161-7/+109
* test: py: add pygit2 and pyelftools to requirements.txtIgor Opaniuk2021-02-161-0/+2