summaryrefslogtreecommitdiff
path: root/include/test
AgeCommit message (Expand)Author
2023-03-09test: Add ut_assert_nextline_empty() empty line helperMarek Vasut
2023-02-06cmd: Add a SEAMA image load commandLinus Walleij
2023-01-23sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass
2023-01-23test: Add a generic function to skip delaysSimon Glass
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass
2023-01-23sandbox: Allow ethernet to be disabled at runtimeSimon Glass
2023-01-11test: cmd: exit: Add unit test for exit and partly run commandsMarek Vasut
2022-11-07test: Add a way to detect a test that breaks anotherSimon Glass
2022-10-31test: Support tests which can only be run manuallySimon Glass
2022-10-31test: Report skippped testsSimon Glass
2022-10-30video: Add commands to list and change fontsSimon Glass
2022-09-29dm: core: Complete phandle implementation using the other FDTSimon Glass
2022-09-29sandbox: test: Provide an easy way to use the other FDTSimon Glass
2022-09-29sandbox: Support setting up the other FDT for testingSimon Glass
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass
2022-09-29test: Make a copy of the device tree before running a testSimon Glass
2022-09-29test: Fix missing livetree test runsSimon Glass
2022-09-02test: Allow running tests multiple timesSimon Glass
2022-08-12dm: core: Prepare for updating the device tree with ofnodeSimon Glass
2022-07-26fdt: Start a test for the fdt commandSimon Glass
2022-06-23test: fuzz: Add framework for fuzzingAndrew Scull
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva
2022-04-25bootstd: Add tests for bootstd including all uclassesSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-09-16test: Add a way to skip console checking until a string matchesSimon Glass
2021-07-23test: add first autoboot unit testsSteffen Jaeckel
2021-06-08test: Add a test for print_buffer()Simon Glass
2021-06-08test: Convert print tests to use ut frameworkSimon Glass
2021-05-26test: Remove duplicate macroSean Anderson
2021-04-06test: Allow tests to run on any boardSimon Glass
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini
2021-03-12test: Allow SPL to run any available testSimon Glass
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon 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
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass
2021-03-12test: Drop struct dm_test_stateSimon Glass
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass
2021-03-12test: Create pre/post-run functionsSimon Glass
2021-03-12test: Add an overall test runnerSimon Glass
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass
2021-03-12test: Mark all driver model tests with a flagSimon Glass
2021-03-05test: cmd: Add a basic test for 'addrmap' commandBin Meng
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass