Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: third_party/libusb/src/tests/Makefile.am

Issue 19713005: Update libusb 1.0.9 to libusbx 1.0.16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libusb/src/tests/Makefile.am
diff --git a/third_party/libusb/src/tests/Makefile.am b/third_party/libusb/src/tests/Makefile.am
new file mode 100644
index 0000000000000000000000000000000000000000..bf53f3f31bbf34b92b8009b3d683cad8c745856d
--- /dev/null
+++ b/third_party/libusb/src/tests/Makefile.am
@@ -0,0 +1,6 @@
+AM_CPPFLAGS = -I$(top_srcdir)/libusb
+LDADD = ../libusb/libusb-1.0.la
+
+noinst_PROGRAMS = stress
+
+stress_SOURCES = stress.c libusbx_testlib.h testlib.c

Powered by Google App Engine
This is Rietveld 408576698