Files
u-boot/doc/develop
Simon Glass 8f8c862a7a test: Add ut_asserteq_regex() for regex pattern matching
Add a new assertion macro ut_asserteq_regex() that checks if a string
matches a regular expression pattern using the SLRE library.

This is useful for tests where exact string-matching is difficult, such
as when output contains line numbers or other variable content.

Use a helper function ut_check_regex() to avoid including slre.h in the
header.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-10 05:53:03 -07:00
..
2025-05-29 19:06:30 +01:00
2025-11-24 06:47:19 -07:00
2025-06-09 06:36:15 -06:00
2025-12-01 17:04:37 +00:00
2025-12-01 17:04:37 +00:00
2025-09-04 07:08:24 -06:00
2025-05-29 19:06:30 +01:00
2025-05-16 18:50:25 +02:00
2025-09-11 15:19:22 -06:00