summaryrefslogtreecommitdiffstats
path: root/lib/kunit/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kunit: Add APIs for managing devicesdavidgow@google.com2023-12-181-1/+2
* kunit: Add test attributes API structureRae Moar2023-07-261-1/+2
* kunit: Fix 'hooks.o' build by recursing into kunitDavid Gow2023-02-271-1/+1
* kunit: Expose 'static stub' API to redirect functionsDavid Gow2023-02-081-0/+1
* kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow2023-02-081-0/+3
* kunit: split resource API impl from test.c into new resource.cDaniel Latypov2022-04-041-0/+1
* kunit: test: create a single centralized executor for all testsAlan Maguire2020-10-091-1/+2
* kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire2020-03-261-0/+4
* kunit: allow kunit to be loaded as a moduleAlan Maguire2020-01-091-1/+3
* kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-3/+7
* kunit: test: add tests for kunit test abortBrendan Higgins2019-09-301-1/+2
* kunit: test: add support for test abortBrendan Higgins2019-09-301-1/+2
* kunit: test: add initial testsBrendan Higgins2019-09-301-0/+4
* kunit: test: add assertion printing libraryBrendan Higgins2019-09-301-1/+2
* kunit: test: add string_stream a std::stream like string builderBrendan Higgins2019-09-301-1/+2
* kunit: test: add KUnit test runner coreBrendan Higgins2019-09-301-0/+1