summaryrefslogtreecommitdiff
path: root/test/test-main.c
AgeCommit message (Expand)Author
2024-10-15test: Drop mention of old flags in a commentSimon Glass
2024-10-15test: Avoid failing skipped testsSimon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-09-18dm: usb: Deal with USB keyboard persisting across testsSimon Glass
2024-08-26test: Rename UTF_CONSOLE_REC to UTF_CONSOLESimon Glass
2024-08-26test: Rename unit-test flagsSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06test: Remove <common.h> and add needed includesTom Rini
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson
2023-10-09test: Fix SPL tests not being runSean Anderson
2023-07-16test: Skip flat-tree tests if devicetree is not usedSimon Glass
2023-06-20test: dm: restore /firmware nodes after testingAKASHI Takahiro
2023-03-02test: Tidy up sandbox handling in test-mainSimon Glass
2023-01-23sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass
2023-01-23dm: test: Correct ordering of DM setupSimon Glass
2023-01-23test: Drop duplicate restore of DM stateSimon Glass
2022-11-07test: Add a way to detect a test that breaks anotherSimon Glass
2022-11-07test: Drop an unused parameter to ut_run_test_live_flat()Simon Glass
2022-11-07dm: test: Clear the block cache after running a testSimon Glass
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes
2022-10-31test: Support tests which can only be run manuallySimon Glass
2022-10-31test: Report skippped testsSimon Glass
2022-10-17dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass
2022-09-29sandbox: test: Provide an easy way to use the other FDTSimon Glass
2022-09-29test: Detect a change in the device treeSimon Glass
2022-09-29test: Make a copy of the device tree before running a testSimon Glass
2022-09-29test: Support testing malloc() failuresSimon Glass
2022-09-29test: Fix missing livetree test runsSimon Glass
2022-09-13cyclic: Add a simple testStefan Roese
2022-09-02test: Allow running tests multiple timesSimon Glass
2022-08-12dm: core: Call dm_scan_other() when setting up for testsSimon Glass
2022-08-12dm: core: Prepare for updating the device tree with ofnodeSimon Glass
2022-03-10event: Add a simple testSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-07-21test: Avoid a build error with SPLSimon Glass
2021-04-29test: Use positive conditional in test_matches()Andy Shevchenko
2021-04-29test: Allow simple glob pattern in the test nameAndy Shevchenko
2021-04-06test: Allow tests to run on any boardSimon Glass
2021-03-26dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass
2021-03-12test: Allow SPL to run any available testSimon Glass
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass
2021-03-12test: Use a local variable for test stateSimon Glass
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass
2021-03-12test: Move test running into a separate functionSimon Glass