Re: [U-Boot] [PATCH v2 16/17] test: add lib specific Kconfig

2019-10-27 Thread AKASHI Takahiro
Tom, On Fri, Oct 25, 2019 at 12:07:30PM -0400, Tom Rini wrote: > On Fri, Oct 25, 2019 at 07:07:48PM +0900, AKASHI Takahiro wrote: > > Adding new unit tests for library routines will make test/Kconfig > > messy. So just create a Kconfig file under lib. > > > > Signed-off-by: AKASHI Takahiro > > -

Re: [U-Boot] [PATCH v2 16/17] test: add lib specific Kconfig

2019-10-25 Thread Tom Rini
On Fri, Oct 25, 2019 at 07:07:48PM +0900, AKASHI Takahiro wrote: > Adding new unit tests for library routines will make test/Kconfig > messy. So just create a Kconfig file under lib. > > Signed-off-by: AKASHI Takahiro > --- > test/Kconfig | 8 +--- > test/lib/Kconfig | 7 +++ > 2 fil

[U-Boot] [PATCH v2 16/17] test: add lib specific Kconfig

2019-10-25 Thread AKASHI Takahiro
Adding new unit tests for library routines will make test/Kconfig messy. So just create a Kconfig file under lib. Signed-off-by: AKASHI Takahiro --- test/Kconfig | 8 +--- test/lib/Kconfig | 7 +++ 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 test/lib/Kconfig