d8e2a76b4c
Add a test for string stream along with a simpler example. 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 <sboyd@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
8 lines
174 B
Makefile
8 lines
174 B
Makefile
obj-$(CONFIG_KUNIT) += test.o \
|
|
string-stream.o \
|
|
assert.o
|
|
|
|
obj-$(CONFIG_KUNIT_TEST) += string-stream-test.o
|
|
|
|
obj-$(CONFIG_KUNIT_EXAMPLE_TEST) += example-test.o
|