Re: [PATCH 2/3] lib: Add module support to glob tests

From: Andy Shevchenko
Date: Wed Jan 04 2017 - 04:23:35 EST


On Tue, Jan 3, 2017 at 9:04 PM, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
> Extract the glob test code into its own source file, to allow to
> compile it either to a loadable module, or builtin into the kernel.

To the whole series
Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>

One minor comment below.

> +obj-$(CONFIG_GLOB_SELFTEST) += globtest.o

Can we use pattern test_*, or at least *_test.*?

--
With Best Regards,
Andy Shevchenko