summaryrefslogtreecommitdiffstats
path: root/lib/kunit/string-stream.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-26kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park1-1/+3
2022-12-12Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-5/+0
2022-10-27kunit: remove unused structure definitionYoungJun.park1-5/+0
2022-10-18kunit: update NULL vs IS_ERR() testsDan Carpenter1-2/+2
2022-10-07kunit: drop test pointer in string_stream_fragmentDaniel Latypov1-5/+5
2022-10-07kunit: string-stream: Simplify resource useDavid Gow1-74/+16
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire1-8/+6
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire1-1/+2
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins1-0/+217