This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-08-05 16:54:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d1fadef194
linux
/
lib
/
kunit
/
Makefile
3 lines
55 B
Makefile
Raw
Normal View
History
Unescape
Escape
kunit: test: add string_stream a std::stream like string builder A number of test features need to do pretty complicated string printing where it may not be possible to rely on a single preallocated string with parameters. So provide a library for constructing the string as you go similar to C++'s std::string. string_stream is really just a string builder, nothing more. Signed-off-by: Brendan Higgins <brendanhiggins@google.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2019-09-23 02:02:33 -07:00
obj-$(CONFIG_KUNIT)
+=
test.o
\
string-stream.o
Reference in a new issue
Copy permalink