Date: Wed, 17 Jun 2009 07:30:37 GMT From: Sylvestre Gallon <syl@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 164557 for review Message-ID: <200906170730.n5H7UbdD023048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164557 Change 164557 by syl@syl_pablo on 2009/06/17 07:29:43 Add transfer tests skeleton. Affected files ... .. //depot/projects/soc2009/syl_usb/libusb-tests/Makefile#3 edit .. //depot/projects/soc2009/syl_usb/libusb-tests/transfers/Makefile#1 add .. //depot/projects/soc2009/syl_usb/libusb-tests/transfers/test1/Makefile#1 add .. //depot/projects/soc2009/syl_usb/libusb-tests/transfers/test1/test1.c#1 add .. //depot/projects/soc2009/syl_usb/libusb-tests/transfers/test2/Makefile#1 add .. //depot/projects/soc2009/syl_usb/libusb-tests/transfers/test2/test2.c#1 add .. //depot/projects/soc2009/syl_usb/libusb-tests/transfers/test3/Makefile#1 add .. //depot/projects/soc2009/syl_usb/libusb-tests/transfers/test3/test3.c#1 add .. //depot/projects/soc2009/syl_usb/libusb-tests/transfers/test4/Makefile#1 add .. //depot/projects/soc2009/syl_usb/libusb-tests/transfers/test4/test4.c#1 add Differences ... ==== //depot/projects/soc2009/syl_usb/libusb-tests/Makefile#3 (text+ko) ==== @@ -1,5 +1,6 @@ -SUBDIR= descriptors \ - basic +SUBDIR= basic \ + descriptors \ + transfers test: .for dir in ${SUBDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906170730.n5H7UbdD023048>