[LTP] [PATCH 0/2] Add shell test metadata parser

Cyril Hrubis chrubis@suse.cz
Wed Feb 12 14:16:16 CET 2025


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



More information about the ltp mailing list