Merge tag 'sound-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[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) +=             test-test.o \
7                                         string-stream-test.o
8
9 obj-$(CONFIG_KUNIT_EXAMPLE_TEST) +=     example-test.o