commit | 29784d62eded89332254307bdb63ad8a7d8249d2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 01 07:57:59 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 10 13:38:30 2022 -0400 |
tree | dec2e9893799a112503202ba10c871dc68bb1aad | |
parent | 5e2548c1d6e0331edbf94edcfc95d55b5e9a6cab [diff] |
test: Add some tests for kconfig.h 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 <sjg@chromium.org>