summaryrefslogtreecommitdiff
path: root/test/load.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/load.c')
-rw-r--r--test/load.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/load.c b/test/load.c
index c67fac9..5af981e 100644
--- a/test/load.c
+++ b/test/load.c
@@ -67,6 +67,10 @@ int main(int argc, char **argv)
libwacom_destroy(device);
+ device = libwacom_new_from_usbid(db, 0x056a, 0x00cc, NULL);
+ assert(libwacom_get_num_strips(device) == 2);
+ libwacom_destroy(device);
+
device = libwacom_new_from_name(db, "Wacom Serial Tablet WACf004", NULL);
assert(device);
assert(libwacom_is_builtin(device));