Home | History | Annotate | Download | only in tests
      1 AM_CPPFLAGS = -I$(top_srcdir)/libusb
      2 LDADD = ../libusb/libusb-1.0.la
      3 
      4 noinst_PROGRAMS = stress
      5 
      6 stress_SOURCES = stress.c libusb_testlib.h testlib.c
      7