mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
e4eb117f61
Add KUnit tests for the KUnit test abort mechanism (see preceding commit). Add tests both for general try catch mechanism as well as non-architecture specific mechanism. 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>
10 lines
212 B
Makefile
10 lines
212 B
Makefile
obj-$(CONFIG_KUNIT) += test.o \
|
|
string-stream.o \
|
|
assert.o \
|
|
try-catch.o
|
|
|
|
obj-$(CONFIG_KUNIT_TEST) += test-test.o \
|
|
string-stream-test.o
|
|
|
|
obj-$(CONFIG_KUNIT_EXAMPLE_TEST) += example-test.o
|