summaryrefslogtreecommitdiff
path: root/include/test/test.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-08test: Add a test for print_buffer()Simon Glass1-2/+2
2021-04-06test: Allow tests to run on any boardSimon Glass1-0/+9
2021-03-12test: Allow SPL to run any available testSimon Glass1-11/+5
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass1-4/+4
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-0/+6
2021-03-12test: Drop struct dm_test_stateSimon Glass1-2/+8
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass1-0/+2
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass1-2/+2
2021-03-12test: Mark all driver model tests with a flagSimon Glass1-0/+2
2021-01-05test: Move some test drivers into their own fileSimon Glass1-0/+9
2020-10-29dm: test: Add a way to run SPL testsSimon Glass1-0/+11
2020-08-08test: Add a flag for tests that need console recordingSimon Glass1-0/+1
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-0/+10
2020-05-09test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt1-1/+23
2020-02-06test: Add a way to check each line of console outputSimon Glass1-0/+4
2020-01-08dm: devres: Add a new OFDATA phaseSimon Glass1-1/+2
2020-01-08dm: test: Add a test driver for devresSimon Glass1-0/+9
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass1-0/+2
2017-06-01dm: test: Show the test filename when runningSimon Glass1-0/+2
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-0/+47