summaryrefslogtreecommitdiffstats
path: root/lib/kunit/kunit-test.c
AgeCommit message (Expand)AuthorLines
2023-05-25kunit: Add kunit_add_action() to defer a call until test exitDavid Gow-1/+87
2023-04-05kunit: add tests for using current KUnit test fieldRae Moar-1/+41
2023-03-10kunit: fix bug of extra newline characters in debugfs logsRae Moar-12/+23
2022-10-07kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov-0/+7
2022-04-05kunit: Make kunit_remove_resource() idempotentDavid Gow-0/+35
2022-04-04kunit: use NULL macrosRicardo Ribalda-1/+1
2021-10-19kunit: drop assumption in kunit-log-test about current suiteDaniel Latypov-6/+8
2021-06-25kunit: Support skipped testsDavid Gow-1/+41
2020-06-26kunit: add support for named resourcesAlan Maguire-0/+37
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire-20/+54
2020-03-26kunit: add log testAlan Maguire-1/+39
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire-2/+2
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-0/+334