Re: [PATCH v5 1/1] test: Add some tests for kconfig.h

2022-08-10 Thread Tom Rini
On Mon, Aug 01, 2022 at 07:57:59AM -0600, Simon Glass wrote: > The macros in this file are a little confusing and we currently have no > tests to check that they work as expected. > > Add some tests which check the macros in C code. Add a few tests which > check that the build errors are generate

[PATCH v5 1/1] test: Add some tests for kconfig.h

2022-08-01 Thread Simon Glass
The macros in this file are a little confusing and we currently have no tests to check that they work as expected. Add some tests which check the macros in C code. Add a few tests which check that the build errors are generated correctly too, using buildman's -a option. Signed-off-by: Simon Glass