aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kunit/kunit-test.c
AgeCommit message (Expand)Author
2024-01-22kunit: Fix a NULL vs IS_ERR() bugDan Carpenter
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow
2023-11-14kunit: test: Avoid cast warning when adding kfree() as an actionRichard Fitzgerald
2023-09-18kunit: Use string_stream for test logRichard Fitzgerald
2023-05-25kunit: Add kunit_add_action() to defer a call until test exitDavid Gow
2023-04-05kunit: add tests for using current KUnit test fieldRae Moar
2023-03-10kunit: fix bug of extra newline characters in debugfs logsRae Moar
2022-10-07kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov
2022-04-05kunit: Make kunit_remove_resource() idempotentDavid Gow
2022-04-04kunit: use NULL macrosRicardo Ribalda
2021-10-19kunit: drop assumption in kunit-log-test about current suiteDaniel Latypov
2021-06-25kunit: Support skipped testsDavid Gow
2020-06-26kunit: add support for named resourcesAlan Maguire
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire
2020-03-26kunit: add log testAlan Maguire
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire