aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/kunit/kunit-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-22kunit: Fix a NULL vs IS_ERR() bugDan Carpenter1-1/+1
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com1-1/+133
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow1-4/+1
2023-11-14kunit: test: Avoid cast warning when adding kfree() as an actionRichard Fitzgerald1-1/+1
2023-09-18kunit: Use string_stream for test logRichard Fitzgerald1-9/+47
2023-05-25kunit: Add kunit_add_action() to defer a call until test exitDavid Gow1-1/+87
2023-04-05kunit: add tests for using current KUnit test fieldRae Moar1-1/+41
2023-03-10kunit: fix bug of extra newline characters in debugfs logsRae Moar1-12/+23
2022-10-07kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov1-0/+7
2022-04-05kunit: Make kunit_remove_resource() idempotentDavid Gow1-0/+35
2022-04-04kunit: use NULL macrosRicardo Ribalda1-1/+1
2021-10-19kunit: drop assumption in kunit-log-test about current suiteDaniel Latypov1-6/+8
2021-06-25kunit: Support skipped testsDavid Gow1-1/+41
2020-06-26kunit: add support for named resourcesAlan Maguire1-0/+37
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire1-20/+54
2020-03-26kunit: add log testAlan Maguire1-1/+39
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire1-2/+2
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire1-0/+334