aboutsummaryrefslogtreecommitdiff
path: root/test/dm/test-main.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-24dm: test: Fix typo in test-main commentMichal Simek1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-11dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard1-1/+1
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass1-2/+36
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass1-7/+16
2017-06-01dm: test: Show the test filename when runningSimon Glass1-1/+2
2017-06-01dm: test: Move test running code into a separate functionSimon Glass1-24/+32
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass1-0/+1
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass1-2/+2
2016-01-28test/dm: clear unit test failure count each runStephen Warren1-0/+2
2015-11-19test: Record and silence console in testsSimon Glass1-0/+9
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-19dm: usb: Avoid time delays in sandbox testsSimon Glass1-0/+2
2015-07-21dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass1-2/+13
2015-05-21test: dm: Recover the driver model tree after testsJoe Hershberger1-0/+5
2015-05-21test: dm: Don't bail on all tests if one test failsJoe Hershberger1-5/+2
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger1-1/+12
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-15/+21
2015-05-14test: dm: test.dts - move to sandbox dts directoryPrzemyslaw Marczak1-2/+1
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass1-2/+5
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass1-0/+2
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-2/+2
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-1/+1
2014-03-04dm: Add basic testsSimon Glass1-0/+107