mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-06 11:50:12 +01:00
test: add missing filter for function names
Was added to other places, missing from here so some tests passed the filter despite not being selected by it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a6be43990c
commit
a1075070a4
1 changed files with 4 additions and 0 deletions
|
|
@ -640,6 +640,10 @@ _litest_add_ranged_for_device(const char *name,
|
|||
|
||||
assert(type < LITEST_NO_DEVICE);
|
||||
|
||||
if (filter_test &&
|
||||
fnmatch(filter_test, funcname, 0) != 0)
|
||||
return;
|
||||
|
||||
if (filter_group &&
|
||||
fnmatch(filter_group, name, 0) != 0)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue