1 obj-$(CONFIG_KUNIT) += kunit. !! 1 obj-$(CONFIG_KUNIT) += test.o \ 2 << 3 kunit-objs += test.o << 4 resour << 5 user_a << 6 static << 7 string 2 string-stream.o \ 8 assert 3 assert.o \ 9 try-ca !! 4 try-catch.o 10 execut << 11 attrib << 12 device << 13 platfo << 14 << 15 ifeq ($(CONFIG_KUNIT_DEBUGFS),y) << 16 kunit-objs += debugf << 17 endif << 18 << 19 # KUnit 'hooks' are built-in even when KUnit i << 20 obj-y += hooks. << 21 << 22 obj-$(CONFIG_KUNIT_TEST) += kunit- << 23 obj-$(CONFIG_KUNIT_TEST) += platfo << 24 5 25 # string-stream-test compiles built-in only. !! 6 obj-$(CONFIG_KUNIT_TEST) += test-test.o \ 26 ifeq ($(CONFIG_KUNIT_TEST),y) !! 7 string-stream-test.o 27 obj-$(CONFIG_KUNIT_TEST) += string << 28 obj-$(CONFIG_KUNIT_TEST) += assert << 29 endif << 30 8 31 obj-$(CONFIG_KUNIT_EXAMPLE_TEST) += kunit- !! 9 obj-$(CONFIG_KUNIT_EXAMPLE_TEST) += example-test.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.