Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/2] Add support for kconfig strings
@ 2020-11-12 15:47 Cyril Hrubis
  2020-11-12 15:47 ` [LTP] [PATCH v2 1/2] lib: tst_bool_expr: Add support for strings Cyril Hrubis
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cyril Hrubis @ 2020-11-12 15:47 UTC (permalink / raw)
  To: ltp

We add a support for strings into the boolean tokenizer and also
validator for kconfig variables into the kconfig parser so that we find
most of the typos even before we attempt to evaluate the expressions.

Cyril Hrubis (2):
  lib: tst_bool_expr: Add support for strings
  lib/tst_kconfig: Validate variables

 lib/newlib_tests/.gitignore       |   1 +
 lib/newlib_tests/config01         |   1 +
 lib/newlib_tests/config02         |   1 +
 lib/newlib_tests/config03         |   1 +
 lib/newlib_tests/config04         |   1 +
 lib/newlib_tests/config05         |   1 +
 lib/newlib_tests/test_kconfig.c   |   1 +
 lib/newlib_tests/test_kconfig02.c |  29 +++++++++
 lib/newlib_tests/tst_bool_expr.c  |   3 +
 lib/tst_bool_expr.c               |   7 ++
 lib/tst_kconfig.c                 | 102 ++++++++++++++++++++++++++++++
 11 files changed, 148 insertions(+)
 create mode 100644 lib/newlib_tests/test_kconfig02.c

-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-18 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-12 15:47 [LTP] [PATCH v2 0/2] Add support for kconfig strings Cyril Hrubis
2020-11-12 15:47 ` [LTP] [PATCH v2 1/2] lib: tst_bool_expr: Add support for strings Cyril Hrubis
2020-11-12 15:47 ` [LTP] [PATCH v2 2/2] lib/tst_kconfig: Validate variables Cyril Hrubis
2020-11-18 10:22 ` [LTP] [PATCH v2 0/2] Add support for kconfig strings Richard Palethorpe
2020-11-18 12:53   ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox