summaryrefslogtreecommitdiff
path: root/test/dm/test-main.c
AgeCommit message (Expand)Author
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-29dm: test: Add a way to run SPL testsSimon Glass
2020-10-29dm: test: Update the test runner to support of-platdataSimon Glass
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-02-05test: Enable console recording in testsSimon Glass
2019-10-08dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass
2019-10-08dm: test: Don't fail when tests are skipped due to buildSimon Glass
2019-10-08dm: test: Fix running of multiple test from command lineSimon Glass
2018-08-24dm: test: Fix typo in test-main commentMichal Simek
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-11dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass
2017-06-01dm: test: Show the test filename when runningSimon Glass
2017-06-01dm: test: Move test running code into a separate functionSimon Glass
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass
2016-01-28test/dm: clear unit test failure count each runStephen Warren
2015-11-19test: Record and silence console in testsSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19dm: usb: Avoid time delays in sandbox testsSimon Glass
2015-07-21dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass
2015-05-21test: dm: Recover the driver model tree after testsJoe Hershberger
2015-05-21test: dm: Don't bail on all tests if one test failsJoe Hershberger
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger
2015-05-21test: Generalize the unit test frameworkJoe Hershberger
2015-05-14test: dm: test.dts - move to sandbox dts directoryPrzemyslaw Marczak
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add basic testsSimon Glass