Chromium Code Reviews| 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 |