zephyr/scripts/pylib/twister
Dmitrii Golovanov e11aecaed5 twister: fix Ztest C++ test names extraction from ELF
Fix Ztest test function name extraction from ELF symbols
for C++ compiled binaries where symbol names need additional
'demangling' to match with corresponding test names.

The `c++filt` utility (part of binutils) is called for
demangling when it is needed.

Twister test suite extension and adjustment.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
2024-11-22 08:26:59 -05:00
..
twisterlib twister: fix Ztest C++ test names extraction from ELF 2024-11-22 08:26:59 -05:00
expr_parser.py twister: Fix inconsistency among DT compat filters 2024-09-18 19:56:06 +01:00
scl.py