summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools/kunit
Commit message (Expand)AuthorAgeFilesLines
* Documentation: KUnit: Fix example with compilation errorMaĆ­ra Canal2022-07-281-1/+1
* Documentation: kunit: Add CLI args for kunit_toolSadiya Kazi2022-07-261-1/+62
* Documentation: kunit: fix example run_kunit func to allow spaces in argsDaniel Latypov2022-07-111-1/+1
* Documentation: kunit: Cleanup run_wrapper, fix x-refDavid Gow2022-07-081-3/+15
* kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov2022-07-071-2/+1
* Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-05-254-9/+31
|\
| * kunit: add ability to specify suite-level init and exit functionsDaniel Latypov2022-05-021-8/+11
| * Documentation: kunit: update kconfig options needed for UML coverageDaniel Latypov2022-04-041-1/+2
| * kunit: split resource API from test.h into new resource.hDaniel Latypov2022-04-042-0/+18
* | Merge tag 'docs-5.19' of git://git.lwn.net/linuxLinus Torvalds2022-05-251-1/+1
|\ \
| * | Documentation: kunit: change complete_and_exit to kthread_complete_and_exitAndreas-Christian Hagau2022-04-221-1/+1
| |/
* / Documentation: kunit: fix path to .kunitconfig in start.rstDaniel Latypov2022-04-041-3/+8
|/
* Merge tag 'docs-5.18-2' of git://git.lwn.net/linuxLinus Torvalds2022-03-311-11/+2
|\
| * Documentation: kunit: Fix cross-referencing warningsDavid Gow2022-03-281-11/+2
* | Documentation: KUnit: Fix usage bugAkira Kawata2022-02-081-1/+1
|/
* Merge tag 'docs-5.17' of git://git.lwn.net/linuxLinus Torvalds2022-01-119-583/+1125
|\
| * Documentation: KUnit: Restyled Frequently Asked QuestionsHarinder Singh2021-12-231-37/+36
| * Documentation: KUnit: Restyle Test Style and Nomenclature pageHarinder Singh2021-12-231-54/+51
| * Documentation: KUnit: Rework writing page to focus on writing testsHarinder Singh2021-12-233-327/+255
| * Documentation: kunit: Reorganize documentation related to running testsHarinder Singh2021-12-234-1/+311
| * Documentation: KUnit: Added KUnit ArchitectureHarinder Singh2021-12-234-0/+288
| * Documentation: KUnit: Rewrite getting startedHarinder Singh2021-12-231-93/+102
| * Documentation: KUnit: Rewrite main pageHarinder Singh2021-12-231-78/+88
* | kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov2021-12-131-4/+4
* | Documentation: kunit: remove claims that kunit is a mocking frameworkDaniel Latypov2021-12-133-5/+3
|/
* kunit: tool: allow filtering test cases via globDaniel Latypov2021-10-191-2/+9
* kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov2021-08-131-3/+6
* kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov2021-08-131-0/+10
* Documentation: kunit: drop obsolete note about uml_abort for coverageDaniel Latypov2021-07-121-13/+1
* Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-025-24/+485
|\
| * kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow2021-06-231-1/+1
| * Documentation: kunit: Clean up some string casts in examplesDavid Gow2021-06-231-4/+3
| * docs: dev-tools: kunit: don't use a table for docs nameMauro Carvalho Chehab2021-06-231-4/+4
| * Documentation: kunit: document support for QEMU in kunit_toolBrendan Higgins2021-06-112-11/+87
| * Documentation: kunit: Update kunit_tool pageDavid Gow2021-05-211-8/+132
| * Documentation: kunit: add tips for running KUnitDaniel Latypov2021-05-213-0/+262
* | docs: dev-tools: kunit: avoid using ReST :doc:`foo` markupMauro Carvalho Chehab2021-06-175-15/+18
* | docs: dev-tools: kunit: don't use a table for docs nameMauro Carvalho Chehab2021-06-171-4/+4
|/
* Documentation: kunit: add tips for using current->kunit_testDaniel Latypov2021-04-071-2/+76
* Documentation: kunit: add tips.rst for small examplesDaniel Latypov2021-02-083-1/+120
* KUnit: Docs: make start.rst example Kconfig follow style.rstDaniel Latypov2021-02-081-1/+2
* Documentation: kunit: include example of a parameterized testDaniel Latypov2021-01-151-0/+57
* Documentation: kunit: provide guidance for testing many inputsDaniel Latypov2020-12-011-6/+77
* KUnit: Docs: usage: wording fixesRandy Dunlap2020-11-101-5/+5
* KUnit: Docs: style: fix some Kconfig example issuesRandy Dunlap2020-11-101-9/+9
* KUnit: Docs: fix a wording typoRandy Dunlap2020-11-101-1/+1
* Documentation: kunit: Update Kconfig parts for KUNIT's module supportSeongJae Park2020-10-262-1/+6
* Documentation: kunit: add a brief blurb about kunit_test_suiteBrendan Higgins2020-10-091-0/+5
* Documentation: kunit: Add naming guidelinesDavid Gow2020-10-092-0/+206
* Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-08-052-13/+6
|\