summaryrefslogtreecommitdiff
path: root/lib/kunit/string-stream.c
AgeCommit message (Expand)Author
2022-12-26kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park
2022-12-12Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2022-10-27kunit: remove unused structure definitionYoungJun.park
2022-10-18kunit: update NULL vs IS_ERR() testsDan Carpenter
2022-10-07kunit: drop test pointer in string_stream_fragmentDaniel Latypov
2022-10-07kunit: string-stream: Simplify resource useDavid Gow
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins