gnu: Add libplist.
[jackhill/guix/guix.git] / gnu / packages / patches / libusb-0.1-disable-tests.patch
CommitLineData
05c88516
JB
1Disable tests who fail because they have to run as root.
2
3--- libusb-0.1.12/tests/Makefile.in 2006-03-04 03:54:06.000000000 +0100
4+++ libusb-0.1.12/tests/Makefile.in 2017-07-13 16:17:45.201728019 +0200
5@@ -255,8 +255,8 @@
6 hub_strings_LDADD = $(top_builddir)/libusbpp.la @OSLIBS@
7 driver_name_SOURCES = driver_name.cpp
8 driver_name_LDADD = $(top_builddir)/libusbpp.la @OSLIBS@
9-TESTS = testlibusb descriptor_test id_test find_hubs find_mice \
10- get_resolution hub_strings $(OS_SPECIFIC)
11+TESTS = testlibusb descriptor_test id_test find_hubs find_mice
12+ #get_resolution hub_strings $(OS_SPECIFIC)
13
14 XFAIL_TESTS = get_resolution hub_strings $(OS_SPECIFIC_XFAIL)
15 all: all-am