PERFORCE change 164557 for review
    Sylvestre Gallon 
    syl at FreeBSD.org
       
    Wed Jun 17 07:30:38 UTC 2009
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=164557
Change 164557 by syl at 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}
    
    
More information about the p4-projects
mailing list