diff --git a/src/bin/elementary/test.c b/src/bin/elementary/test.c index 0eb861d7b1..22209ec80c 100644 --- a/src/bin/elementary/test.c +++ b/src/bin/elementary/test.c @@ -391,7 +391,9 @@ _menu_create(const char *option_str) _clear_menu(); EINA_LIST_FOREACH(tests, l, t) { - if (option_str && !strcasestr(t->name, option_str)) continue; + if (option_str && + !(strcasestr(t->name, option_str) || strcasestr(t->category, option_str))) + continue; if ((!pcat) || (strcmp(pcat, t->category))) { if (t->frame)