summaryrefslogtreecommitdiffstats
path: root/lib/kunit/Makefile
AgeCommit message (Expand)AuthorLines
2024-07-29platform: Add test managed platform_device/driver APIsStephen Boyd-1/+3
2024-06-14kunit: test: Add vm_mmap() allocation resource managerKees Cook-0/+1
2024-05-30kunit: Cover 'assert.c' with testsIvan Orlov-0/+1
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com-1/+2
2023-07-26kunit: Add test attributes API structureRae Moar-1/+2
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