summaryrefslogtreecommitdiff
path: root/Documentation/dev-tools/kunit
AgeCommit message (Expand)Author
2024-01-22Documentation: KUnit: Update the instructions on how to test static functionsArthur Grillo
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-05Documentation: kunit: Add clang UML coverage exampleMichał Winiarski
2024-01-03kunit: add parameter generation macro using description from arrayBenjamin Berg
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com
2023-12-18Documentation: Add debugfs docs with run after bootRae Moar
2023-12-18kunit: add is_init test attributeRae Moar
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow
2023-07-26kunit: Add documentation of KUnit test attributesRae Moar
2023-06-06Documentation: kunit: Rename references to kunit_abort()David Gow
2023-05-31Documentation: Kunit: add MODULE_LICENSE to sample codeTakashi Sakamoto
2023-05-25Documentation: kunit: Add usage notes for kunit_add_action()David Gow
2023-05-11Documentation: kunit: Warn that exit functions run even if init failsDavid Gow
2023-05-11Documentation: kunit: Note that assertions should not be used in cleanupDavid Gow
2023-05-08Documentation: kunit: Modular tests should not depend on KUNIT=yGeert Uytterhoeven
2023-02-08Documentation: Add Function Redirection API docsSadiya Kazi
2023-02-08kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow
2022-12-12Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sectionsDavid Gow
2022-12-12kunit: Use the static key when retrieving the current testDavid Gow
2022-12-12Documentation: kunit: Remove redundant 'tips.rst' pageDavid Gow
2022-12-12Documentation: KUnit: reword description of assertionsDaniel Latypov
2022-12-12Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplicationDaniel Latypov
2022-10-27Documentation: Kunit: Update architecture.rst for minor fixesSadiya Kazi
2022-10-07Documentation: kunit: Update description of --alltests optionDavid Gow
2022-09-30Documentation: Kunit: Use full path to .kunitconfigKhalid Masum
2022-09-30Documentation: KUnit: update links in the index pageTales Aparecida
2022-09-30Documentation: KUnit: add intro to the getting-started pageTales Aparecida
2022-09-30Documentation: KUnit: Reword start guide for selecting testsTales Aparecida
2022-09-30Documentation: KUnit: add note about mrproper in start.rstTales Aparecida
2022-09-30Documentation: KUnit: avoid repeating "kunit.py run" in start.rstTales Aparecida
2022-09-30Documentation: KUnit: remove duplicated docs for kunit_toolTales Aparecida
2022-09-30Documentation: Kunit: Add ref for other kinds of testsTales Aparecida
2022-09-30Documentation: KUnit: Fix non-uml anchorTales Aparecida
2022-09-30Documentation: Kunit: Fix inconsistent titlesTales Aparecida
2022-09-30Documentation: kunit: fix trivial typoTales Aparecida
2022-07-28Documentation: KUnit: Fix example with compilation errorMaíra Canal
2022-07-26Documentation: kunit: Add CLI args for kunit_toolSadiya Kazi
2022-07-11Documentation: kunit: fix example run_kunit func to allow spaces in argsDaniel Latypov
2022-07-08Documentation: kunit: Cleanup run_wrapper, fix x-refDavid Gow
2022-07-07kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-05-25Merge tag 'docs-5.19' of git://git.lwn.net/linuxLinus Torvalds
2022-05-02kunit: add ability to specify suite-level init and exit functionsDaniel Latypov
2022-04-22Documentation: kunit: change complete_and_exit to kthread_complete_and_exitAndreas-Christian Hagau
2022-04-04Documentation: kunit: update kconfig options needed for UML coverageDaniel Latypov
2022-04-04kunit: split resource API from test.h into new resource.hDaniel Latypov
2022-04-04Documentation: kunit: fix path to .kunitconfig in start.rstDaniel Latypov
2022-03-31Merge tag 'docs-5.18-2' of git://git.lwn.net/linuxLinus Torvalds
2022-03-28Documentation: kunit: Fix cross-referencing warningsDavid Gow