u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/1] kconfig: Add some new macros
@ 2022-08-01  3:07 Simon Glass
  0 siblings, 0 replies; only message in thread
From: Simon Glass @ 2022-08-01  3:07 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Rasmus Villemoes, Simon Glass, Andrew Scull,
	Heinrich Schuchardt

This series adds a few more macros to kconfig, along with a bit of
refactoring of what is there.

It also adds some basic tests for the kconfig macros.

Finally, to make the tests work, it enhances buildman to support changing
CONFIG options on the fly when building.

Changes in v5:
- Correct a problem with azure not supporting buildman's parent directory
- Don't run the tests on sandbox_vpl

Changes in v4:
- Expand the series with tests and buildman changes

Simon Glass (1):
  test: Add some tests for kconfig.h

 test/Kconfig                  |  3 +-
 test/Makefile                 |  4 ++-
 test/lib/Kconfig              | 23 ++++++++++++++
 test/lib/Makefile             |  5 +++
 test/lib/kconfig.c            | 58 +++++++++++++++++++++++++++++++++++
 test/lib/kconfig_spl.c        | 44 ++++++++++++++++++++++++++
 test/py/tests/test_kconfig.py | 39 +++++++++++++++++++++++
 7 files changed, 174 insertions(+), 2 deletions(-)
 create mode 100644 test/lib/Kconfig
 create mode 100644 test/lib/kconfig.c
 create mode 100644 test/lib/kconfig_spl.c
 create mode 100644 test/py/tests/test_kconfig.py

-- 
2.37.1.455.g008518b4e5-goog


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-01  3:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01  3:07 [PATCH v5 0/1] kconfig: Add some new macros Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).