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