kunit: test: add support for test abort
[linux-2.6-microblaze.git] / lib / kunit / Makefile
1 obj-$(CONFIG_KUNIT) +=                  test.o \
2                                         string-stream.o \
3                                         assert.o \
4                                         try-catch.o
5
6 obj-$(CONFIG_KUNIT_TEST) +=             string-stream-test.o
7
8 obj-$(CONFIG_KUNIT_EXAMPLE_TEST) +=     example-test.o