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