Re: [PATCH v5 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module

From: Alan Maguire
Date: Wed Dec 04 2019 - 10:31:27 EST


On Tue, 3 Dec 2019, Iurii Zaikin wrote:

> > +ifeq ($(CONFIG_EXT4_KUNIT_TESTS),y)
> > ext4-$(CONFIG_EXT4_KUNIT_TESTS) += inode-test.o
> > +else
> > +obj-$(CONFIG_EXT4_KUNIT_TESTS) += ext4-inode-test.o
> > +ext4-inode-test-objs += inode-test.o
> > +endif
> Why not rename it unconditionally?
>

Good point - I've fixed this in v6. Thanks for the review!

Alan