summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools/kunit
AgeCommit message (Expand)AuthorLines
2023-07-26kunit: Add documentation of KUnit test attributesRae Moar-0/+178
2023-06-06Documentation: kunit: Rename references to kunit_abort()David Gow-2/+2
2023-05-31Documentation: Kunit: add MODULE_LICENSE to sample codeTakashi Sakamoto-0/+2
2023-05-25Documentation: kunit: Add usage notes for kunit_add_action()David Gow-0/+51
2023-05-11Documentation: kunit: Warn that exit functions run even if init failsDavid Gow-2/+10
2023-05-11Documentation: kunit: Note that assertions should not be used in cleanupDavid Gow-0/+6
2023-05-08Documentation: kunit: Modular tests should not depend on KUNIT=yGeert Uytterhoeven-1/+4
2023-02-08Documentation: Add Function Redirection API docsSadiya Kazi-3/+172
2023-02-08kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow-9/+6
2022-12-12Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sectionsDavid Gow-21/+16
2022-12-12kunit: Use the static key when retrieving the current testDavid Gow-9/+21
2022-12-12Documentation: kunit: Remove redundant 'tips.rst' pageDavid Gow-191/+0
2022-12-12Documentation: KUnit: reword description of assertionsDaniel Latypov-5/+8
2022-12-12Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplicationDaniel Latypov-18/+31
2022-10-27Documentation: Kunit: Update architecture.rst for minor fixesSadiya Kazi-57/+58
2022-10-07Documentation: kunit: Update description of --alltests optionDavid Gow-8/+9
2022-09-30Documentation: Kunit: Use full path to .kunitconfigKhalid Masum-1/+1
2022-09-30Documentation: KUnit: update links in the index pageTales Aparecida-6/+7
2022-09-30Documentation: KUnit: add intro to the getting-started pageTales Aparecida-0/+4
2022-09-30Documentation: KUnit: Reword start guide for selecting testsTales Aparecida-27/+63
2022-09-30Documentation: KUnit: add note about mrproper in start.rstTales Aparecida-0/+16
2022-09-30Documentation: KUnit: avoid repeating "kunit.py run" in start.rstTales Aparecida-24/+16
2022-09-30Documentation: KUnit: remove duplicated docs for kunit_toolTales Aparecida-253/+16
2022-09-30Documentation: Kunit: Add ref for other kinds of testsTales Aparecida-0/+4
2022-09-30Documentation: KUnit: Fix non-uml anchorTales Aparecida-5/+7
2022-09-30Documentation: Kunit: Fix inconsistent titlesTales Aparecida-2/+2
2022-09-30Documentation: kunit: fix trivial typoTales Aparecida-1/+1
2022-07-28Documentation: KUnit: Fix example with compilation errorMaĆ­ra Canal-1/+1
2022-07-26Documentation: kunit: Add CLI args for kunit_toolSadiya Kazi-1/+62
2022-07-11Documentation: kunit: fix example run_kunit func to allow spaces in argsDaniel Latypov-1/+1
2022-07-08Documentation: kunit: Cleanup run_wrapper, fix x-refDavid Gow-3/+15
2022-07-07kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov-2/+1
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-9/+31
2022-05-25Merge tag 'docs-5.19' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2022-05-02kunit: add ability to specify suite-level init and exit functionsDaniel Latypov-8/+11
2022-04-22Documentation: kunit: change complete_and_exit to kthread_complete_and_exitAndreas-Christian Hagau-1/+1
2022-04-04Documentation: kunit: update kconfig options needed for UML coverageDaniel Latypov-1/+2
2022-04-04kunit: split resource API from test.h into new resource.hDaniel Latypov-0/+18
2022-04-04Documentation: kunit: fix path to .kunitconfig in start.rstDaniel Latypov-3/+8
2022-03-31Merge tag 'docs-5.18-2' of git://git.lwn.net/linuxLinus Torvalds-11/+2
2022-03-28Documentation: kunit: Fix cross-referencing warningsDavid Gow-11/+2
2022-02-08Documentation: KUnit: Fix usage bugAkira Kawata-1/+1
2022-01-11Merge tag 'docs-5.17' of git://git.lwn.net/linuxLinus Torvalds-583/+1125
2021-12-23Documentation: KUnit: Restyled Frequently Asked QuestionsHarinder Singh-37/+36
2021-12-23Documentation: KUnit: Restyle Test Style and Nomenclature pageHarinder Singh-54/+51
2021-12-23Documentation: KUnit: Rework writing page to focus on writing testsHarinder Singh-327/+255
2021-12-23Documentation: kunit: Reorganize documentation related to running testsHarinder Singh-1/+311
2021-12-23Documentation: KUnit: Added KUnit ArchitectureHarinder Singh-0/+288
2021-12-23Documentation: KUnit: Rewrite getting startedHarinder Singh-93/+102
2021-12-23Documentation: KUnit: Rewrite main pageHarinder Singh-78/+88