summaryrefslogtreecommitdiffstats
path: root/include/test/test.h
Commit message (Expand)AuthorAgeFilesLines
* test: Allow tests to run on any boardSimon Glass2021-04-061-0/+9
* test: Allow SPL to run any available testSimon Glass2021-03-121-11/+5
* test: Rename all linker lists to have a ut_ prefixSimon Glass2021-03-121-4/+4
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-0/+6
* test: Drop struct dm_test_stateSimon Glass2021-03-121-2/+8
* test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-121-0/+2
* test: Rename test-main.c to test-dm.cSimon Glass2021-03-121-2/+2
* test: Mark all driver model tests with a flagSimon Glass2021-03-121-0/+2
* test: Move some test drivers into their own fileSimon Glass2021-01-051-0/+9
* dm: test: Add a way to run SPL testsSimon Glass2020-10-291-0/+11
* test: Add a flag for tests that need console recordingSimon Glass2020-08-071-0/+1
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-0/+10
* test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt2020-05-081-1/+23
* test: Add a way to check each line of console outputSimon Glass2020-02-051-0/+4
* dm: devres: Add a new OFDATA phaseSimon Glass2020-01-071-1/+2
* dm: test: Add a test driver for devresSimon Glass2020-01-071-0/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Run tests with both livetree and flat treeSimon Glass2017-06-011-0/+2
* dm: test: Show the test filename when runningSimon Glass2017-06-011-0/+2
* test: Generalize the unit test frameworkJoe Hershberger2015-05-211-0/+47