aboutsummaryrefslogtreecommitdiff
path: root/doc/usage/cmd/ut.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc: typo SynopisHeinrich Schuchardt2024-03-211-2/+2
| | | | | | %s/Synopis/Synopsis/g Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
* doc: create index entries for commandsHeinrich Schuchardt2024-01-171-0/+3
| | | | | | Add the description of CLI commands to the generated index. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
* test: Add a way to detect a test that breaks anotherSimon Glass2022-11-071-1/+10
| | | | | | | | | | | | | | When running unit tests, some may have side effects which cause a subsequent test to break. This can sometimes be seen when using 'ut dm' or similar. Add a new argument which allows a particular (failing) test to be run immediately after a certain number of tests have run. This allows the test causing the failure to be determined. Update the documentation also. Signed-off-by: Simon Glass <sjg@chromium.org>
* test: Allow showing basic information about testsSimon Glass2022-11-071-0/+6
| | | | | | | Add a 'ut info' command to show the number of suites and tests. This is useful to get a feel for the scale of the tests. Signed-off-by: Simon Glass <sjg@chromium.org>
* test: doc: Add documentation for ut commandSimon Glass2022-11-071-0/+102
Before adding more options, document this command. Signed-off-by: Simon Glass <sjg@chromium.org>