summaryrefslogtreecommitdiff
path: root/lib/kunit/Makefile
AgeCommit message (Expand)Author
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com
2023-07-26kunit: Add test attributes API structureRae Moar
2023-02-27kunit: Fix 'hooks.o' build by recursing into kunitDavid Gow
2023-02-08kunit: Expose 'static stub' API to redirect functionsDavid Gow
2023-02-08kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow
2022-04-04kunit: split resource API impl from test.c into new resource.cDaniel Latypov
2020-10-09kunit: test: create a single centralized executor for all testsAlan Maguire
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire
2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire
2019-09-30kunit: test: add tests for kunit test abortBrendan Higgins
2019-09-30kunit: test: add support for test abortBrendan Higgins
2019-09-30kunit: test: add initial testsBrendan Higgins
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins