summaryrefslogtreecommitdiff
path: root/test/test-main.c
AgeCommit message (Expand)Author
2025-02-11test: Allow running a selection of suitesSimon Glass
2025-02-11test: Support an init/uninit functions for test suitesSimon Glass
2025-02-11test: Leave out the prefix when printing test namesSimon Glass
2025-02-11test: Show the average time per testSimon Glass
2025-02-11test: Keep track of suite durationSimon Glass
2025-02-11test: Fix a stray asterisk in ut_run_list()Simon Glass
2025-01-24test: Record and show the totals for all test runsSimon Glass
2025-01-24test: Move stat-printing into its own functionSimon Glass
2025-01-24test: Keep a track of the numbers of tests runSimon Glass
2025-01-24test: Move stats into a structSimon Glass
2025-01-24test/py: Add a test which runs all unit testsSimon Glass
2025-01-24test: Pass the test-state into ut_run_list()Simon Glass
2025-01-24test: Add functions to init and uninit the test stateSimon Glass
2025-01-24test: Rename test_get_state() to ut_get_state()Simon Glass
2024-11-13Merge patch series "test: Tidy up the test/ directory"Tom Rini
2024-11-13test: Quote test namesSimon Glass
2024-11-13test: Correct display of failing testSimon Glass
2024-11-03test: Allow saving and restoring the bloblistSimon Glass
2024-11-03test: Expand implementation of ut_list_has_dm_tests()Simon Glass
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