summaryrefslogtreecommitdiff
path: root/include/test/test.h
AgeCommit message (Expand)Author
2021-06-08test: Add a test for print_buffer()Simon Glass
2021-04-06test: Allow tests to run on any boardSimon Glass
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: Drop struct dm_test_stateSimon Glass
2021-03-12test: Handle driver model reinit in test_pre_run()Simon 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-01-05test: Move some test drivers into their own fileSimon Glass
2020-10-29dm: test: Add a way to run SPL testsSimon Glass
2020-08-07test: Add a flag for tests that need console recordingSimon Glass
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-05-08test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt
2020-02-05test: Add a way to check each line of console outputSimon Glass
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass
2020-01-07dm: test: Add a test driver for devresSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass
2017-06-01dm: test: Show the test filename when runningSimon Glass
2015-05-21test: Generalize the unit test frameworkJoe Hershberger