This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-26 14:12:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 09:02:33 +00:00
obj-$(CONFIG_KUNIT)
+=
test.o
\
string-stream.o
Reference in New Issue
Copy Permalink