mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 21:40:40 +01:00
test: just use litest_add_device if we don't have overrides
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3b0956aae3
commit
00ceff3245
1 changed files with 1 additions and 6 deletions
|
|
@ -2078,12 +2078,7 @@ START_TEST(tools_with_serials)
|
|||
int i;
|
||||
|
||||
for (i = 0; i < 2; i++) {
|
||||
dev[i] = litest_add_device_with_overrides(li,
|
||||
LITEST_WACOM_INTUOS,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL);
|
||||
dev[i] = litest_add_device(li, LITEST_WACOM_INTUOS);
|
||||
litest_drain_events(li);
|
||||
|
||||
/* WARNING: this test fails if UI_GET_SYSNAME isn't
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue