summaryrefslogtreecommitdiffstats
path: root/lib/kunit/kunit-test.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2022-10-071-0/+7
* kunit: Make kunit_remove_resource() idempotentDavid Gow2022-04-051-0/+35
* kunit: use NULL macrosRicardo Ribalda2022-04-041-1/+1
* kunit: drop assumption in kunit-log-test about current suiteDaniel Latypov2021-10-191-6/+8
* kunit: Support skipped testsDavid Gow2021-06-251-1/+41
* kunit: add support for named resourcesAlan Maguire2020-06-261-0/+37
* kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire2020-06-261-20/+54
* kunit: add log testAlan Maguire2020-03-261-1/+39
* kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire2020-03-261-2/+2
* kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-0/+334