index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
test
/
test.h
Age
Commit message (
Expand
)
Author
2025-02-11
test: Support an init/uninit functions for test suites
Simon Glass
2025-02-11
test: Show the average time per test
Simon Glass
2025-02-11
test: Keep track of suite duration
Simon Glass
2025-01-24
test: Record and show the totals for all test runs
Simon Glass
2025-01-24
test: Keep a track of the numbers of tests run
Simon Glass
2025-01-24
test: Move stats into a struct
Simon Glass
2024-11-03
test: Allow saving and restoring the bloblist
Simon Glass
2024-08-26
test: Rename UTF_CONSOLE_REC to UTF_CONSOLE
Simon Glass
2024-08-26
test: Rename unit-test flags
Simon Glass
2023-01-23
sandbox: Allow SPI flash bootdevs to be disabled for tests
Simon Glass
2023-01-23
test: Add a generic function to skip delays
Simon Glass
2023-01-23
sandbox: Allow ethernet bootdevs to be disabled for tests
Simon Glass
2023-01-23
sandbox: Allow ethernet to be disabled at runtime
Simon Glass
2022-10-31
test: Support tests which can only be run manually
Simon Glass
2022-10-31
test: Report skippped tests
Simon Glass
2022-09-29
sandbox: test: Provide an easy way to use the other FDT
Simon Glass
2022-09-29
sandbox: Support setting up the other FDT for testing
Simon Glass
2022-09-29
test: Drop the UT_TESTF_LIVE_OR_FLAT flag
Simon Glass
2022-09-29
test: Make a copy of the device tree before running a test
Simon Glass
2022-09-29
test: Fix missing livetree test runs
Simon Glass
2022-09-02
test: Allow running tests multiple times
Simon Glass
2022-08-12
dm: core: Prepare for updating the device tree with ofnode
Simon Glass
2021-06-08
test: Add a test for print_buffer()
Simon Glass
2021-04-06
test: Allow tests to run on any board
Simon Glass
2021-03-12
test: Allow SPL to run any available test
Simon Glass
2021-03-12
test: Rename all linker lists to have a ut_ prefix
Simon Glass
2021-03-12
test: Add a macros for finding tests in linker_lists
Simon Glass
2021-03-12
test: Drop struct dm_test_state
Simon Glass
2021-03-12
test: Handle driver model reinit in test_pre_run()
Simon Glass
2021-03-12
test: Rename test-main.c to test-dm.c
Simon Glass
2021-03-12
test: Mark all driver model tests with a flag
Simon Glass
2021-01-05
test: Move some test drivers into their own file
Simon Glass
2020-10-29
dm: test: Add a way to run SPL tests
Simon Glass
2020-08-07
test: Add a flag for tests that need console recording
Simon Glass
2020-08-07
dm: Rename DM test flags to make them more generic
Simon Glass
2020-05-08
test: describe naming conventions for macro UNIT_TEST
Heinrich Schuchardt
2020-02-05
test: Add a way to check each line of console output
Simon Glass
2020-01-07
dm: devres: Add a new OFDATA phase
Simon Glass
2020-01-07
dm: test: Add a test driver for devres
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: core: Run tests with both livetree and flat tree
Simon Glass
2017-06-01
dm: test: Show the test filename when running
Simon Glass
2015-05-21
test: Generalize the unit test framework
Joe Hershberger