Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/2] Add shell test metadata parser
@ 2025-02-12 13:16 Cyril Hrubis
  2025-02-12 13:16 ` [LTP] [PATCH 1/2] metaparse: Add shell test parser Cyril Hrubis
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Cyril Hrubis @ 2025-02-12 13:16 UTC (permalink / raw)
  To: ltp

As promised this adds metadata parser for the shell testcases. In the
end I wrote it in about 100 lines of C because the ekvivalent awk script
would be too complicated.

Cyril Hrubis (2):
  metaparse: Add shell test parser
  metaparse: data_storage: Fix warning

 metadata/.gitignore     |   1 +
 metadata/Makefile       |   4 +-
 metadata/data_storage.h |   2 +-
 metadata/metaparse-sh.c | 127 ++++++++++++++++++++++++++++++++++++++++
 metadata/parse.sh       |  13 ++++
 5 files changed, 144 insertions(+), 3 deletions(-)
 create mode 100644 metadata/metaparse-sh.c

-- 
2.45.3


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2025-02-25 13:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 13:16 [LTP] [PATCH 0/2] Add shell test metadata parser Cyril Hrubis
2025-02-12 13:16 ` [LTP] [PATCH 1/2] metaparse: Add shell test parser Cyril Hrubis
2025-02-12 14:03   ` Petr Vorel
2025-02-13 12:48   ` Ricardo B. Marlière
2025-02-12 13:16 ` [LTP] [PATCH 2/2] metaparse: data_storage: Fix warning Cyril Hrubis
2025-02-12 14:04   ` Petr Vorel
2025-02-13 12:41 ` [LTP] [PATCH 0/2] Add shell test metadata parser Ricardo B. Marlière
2025-02-13 14:06   ` Cyril Hrubis
2025-02-25 13:14 ` Cyril Hrubis

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