rt-thread/components/utilities
Chen Wang 01ca3911ec componnets: utest: fix case-name matching problem
There is a problem with the matching of case names
in the original code. Due to original code use memcmp
with len, if the input case name and the existing
case name have an inclusion relationship, for example,
if the actual case name is "gpip_irq", and run
`utest_run gpio` will also match successfully, but it's
not expected.

Modify the logic of exact matching and use strcmp instead.
Keep the original wildcard logic, that is,
`utest_run gpio*` can match both "gpio_irq" and "gpio".

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-06-10 19:22:25 +08:00
..
libadt [building] rename the group name: LIBADT to Utilities. (#10267) 2025-05-16 07:31:18 +08:00
resource sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
rt-link [DFS] prepare for dfs_v2.0 (#7200) 2023-04-08 22:25:51 +08:00
ulog [ulog]Fix the problem of file_buf being released incorrectly 2025-02-18 14:31:03 +08:00
utest componnets: utest: fix case-name matching problem 2025-06-10 19:22:25 +08:00
var_export [components][utilities][var_export] update the var export auto init to board_init. 2023-07-31 18:12:37 -04:00
ymodem [Bug] [ymodem] last frame's data_sz issue, fixed. 2024-10-07 23:13:41 -04:00
Kconfig [utest] make RT_USING_CI_ACTION to be clear 2025-01-09 17:45:15 -05:00
SConscript Move logtrace to utilites 2013-06-30 21:51:41 +08:00