summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools/kunit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2024-09-244-0/+54
|\
| * clk: Add test managed clk provider/consumer APIsStephen Boyd2024-07-302-0/+15
| * platform: Add test managed platform_device/driver APIsStephen Boyd2024-07-302-0/+15
| * of: Add test managed wrappers for of_overlay_apply()/of_node_put()Stephen Boyd2024-07-302-0/+24
* | Documentation: KUnit: Update filename best practicesKees Cook2024-08-261-9/+20
|/
* Documentation: KUnit: Update the instructions on how to test static functionsArthur Grillo2024-01-221-2/+17
* Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-171-0/+11
|\
| * Documentation: kunit: Add clang UML coverage exampleMichał Winiarski2024-01-051-0/+11
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-8/+4
|\ \
| * | kunit: add parameter generation macro using description from arrayBenjamin Berg2024-01-031-8/+4
| |/
* | kunit: Add APIs for managing devicesdavidgow@google.com2023-12-182-0/+59
* | Documentation: Add debugfs docs with run after bootRae Moar2023-12-181-4/+47
* | kunit: add is_init test attributeRae Moar2023-12-181-0/+7
* | kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-181-3/+7
|/
* kunit: Add documentation of KUnit test attributesRae Moar2023-07-262-0/+178
* Documentation: kunit: Rename references to kunit_abort()David Gow2023-06-061-2/+2
* Documentation: Kunit: add MODULE_LICENSE to sample codeTakashi Sakamoto2023-05-311-0/+2
* Documentation: kunit: Add usage notes for kunit_add_action()David Gow2023-05-251-0/+51
* Documentation: kunit: Warn that exit functions run even if init failsDavid Gow2023-05-121-2/+10
* Documentation: kunit: Note that assertions should not be used in cleanupDavid Gow2023-05-121-0/+6
* Documentation: kunit: Modular tests should not depend on KUNIT=yGeert Uytterhoeven2023-05-081-1/+4
* Documentation: Add Function Redirection API docsSadiya Kazi2023-02-082-3/+172
* kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow2023-02-081-9/+6
* Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sectionsDavid Gow2022-12-122-21/+16
* kunit: Use the static key when retrieving the current testDavid Gow2022-12-121-9/+21
* Documentation: kunit: Remove redundant 'tips.rst' pageDavid Gow2022-12-122-191/+0
* Documentation: KUnit: reword description of assertionsDaniel Latypov2022-12-121-5/+8
* Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplicationDaniel Latypov2022-12-121-18/+31
* Documentation: Kunit: Update architecture.rst for minor fixesSadiya Kazi2022-10-271-57/+58
* Documentation: kunit: Update description of --alltests optionDavid Gow2022-10-071-8/+9
* Documentation: Kunit: Use full path to .kunitconfigKhalid Masum2022-09-301-1/+1
* Documentation: KUnit: update links in the index pageTales Aparecida2022-09-301-6/+7
* Documentation: KUnit: add intro to the getting-started pageTales Aparecida2022-09-301-0/+4
* Documentation: KUnit: Reword start guide for selecting testsTales Aparecida2022-09-301-27/+63
* Documentation: KUnit: add note about mrproper in start.rstTales Aparecida2022-09-301-0/+16
* Documentation: KUnit: avoid repeating "kunit.py run" in start.rstTales Aparecida2022-09-302-24/+16
* Documentation: KUnit: remove duplicated docs for kunit_toolTales Aparecida2022-09-304-253/+16
* Documentation: Kunit: Add ref for other kinds of testsTales Aparecida2022-09-302-0/+4
* Documentation: KUnit: Fix non-uml anchorTales Aparecida2022-09-303-5/+7
* Documentation: Kunit: Fix inconsistent titlesTales Aparecida2022-09-301-2/+2
* Documentation: kunit: fix trivial typoTales Aparecida2022-09-301-1/+1
* 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-121-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-081-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-051-1/+2
| * kunit: split resource API from test.h into new resource.hDaniel Latypov2022-04-052-0/+18