Re: [PATCH] buildtools/get-test-suites.py: muti-line macros

2025-06-29 Thread Thomas Monjalon
18/06/2025 14:39, Marat Khalili: > Test list is currently generated by scanning all files for macros > starting with `REGISTER_` and ending with `_TEST`. Unfortunately, this > was done line-by-line, and macros split into several lines were silently > ignored resulting in tests being excluded from t

[PATCH] buildtools/get-test-suites.py: muti-line macros

2025-06-18 Thread Marat Khalili
Test list is currently generated by scanning all files for macros starting with `REGISTER_` and ending with `_TEST`. Unfortunately, this was done line-by-line, and macros split into several lines were silently ignored resulting in tests being excluded from test suites without any warning. Make reg