summaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-02-18 16:26:29 +0100
committerTormod Volden <debian.tormod@gmail.com>2022-03-18 18:49:21 +0100
commit50b5838183611144d1133b5a58def2f058db0e6e (patch)
treebe8ca06a9f62f5be701764f9ecb78444ab7ea51a /libusb
parent74059154ee1541e18f42e6815ece97be0df2c661 (diff)
downloadlibusb-50b5838183611144d1133b5a58def2f058db0e6e.tar.gz
tests: Add some umockdev based tests
Add some basic umockdev tests. The setup in this case is all in one process, but umockdev in principle could also work between processes. This is just a start, more tests would make sense.
Diffstat (limited to 'libusb')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 2819c18..727861c 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11700
+#define LIBUSB_NANO 11701