summaryrefslogtreecommitdiffstats
path: root/test/dm/test-main.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-131-1/+1
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-131-1/+1
* dm: Use driver_info index instead of pointerSimon Glass2020-10-291-4/+20
* dm: test: Add a way to run SPL testsSimon Glass2020-10-291-1/+1
* dm: test: Update the test runner to support of-platdataSimon Glass2020-10-291-11/+16
* dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-11/+5
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-5/+5
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* test: Enable console recording in testsSimon Glass2020-02-051-2/+2
* dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass2019-10-081-1/+1
* dm: test: Don't fail when tests are skipped due to buildSimon Glass2019-10-081-4/+4
* dm: test: Fix running of multiple test from command lineSimon Glass2019-10-081-1/+5
* dm: test: Fix typo in test-main commentMichal Simek2018-08-241-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard2017-09-111-1/+1
* dm: core: Run tests with both livetree and flat treeSimon Glass2017-06-011-2/+36
* dm: test: Add support for running tests with livetreeSimon Glass2017-06-011-7/+16
* dm: test: Show the test filename when runningSimon Glass2017-06-011-1/+2
* dm: test: Move test running code into a separate functionSimon Glass2017-06-011-24/+32
* sandbox: Add a way to reset sandbox state for testsSimon Glass2017-06-011-0/+1
* dm: core: Scan the live tree when setting up driver modelSimon Glass2017-06-011-2/+2
* test/dm: clear unit test failure count each runStephen Warren2016-01-281-0/+2
* test: Record and silence console in testsSimon Glass2015-11-191-0/+9
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* dm: usb: Avoid time delays in sandbox testsSimon Glass2015-11-191-0/+2
* dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass2015-07-211-2/+13
* test: dm: Recover the driver model tree after testsJoe Hershberger2015-05-211-0/+5
* test: dm: Don't bail on all tests if one test failsJoe Hershberger2015-05-211-5/+2
* test: dm: Move the dm tests over to the ut commandJoe Hershberger2015-05-211-1/+12
* test: Generalize the unit test frameworkJoe Hershberger2015-05-211-15/+21
* test: dm: test.dts - move to sandbox dts directoryPrzemyslaw Marczak2015-05-141-2/+1
* dm: test: Allow 'dm test' to select a particular test to runSimon Glass2015-04-181-2/+5
* test: dm: Support memory leak checking as a core featureSimon Glass2014-10-231-0/+2
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-2/+2
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-1/+1
* dm: Add basic testsSimon Glass2014-03-041-0/+107