svn commit: samba r11143 - in branches/SAMBA_3_0_RELEASE/examples/libsmbclient: .

jerry at samba.org jerry at samba.org
Tue Oct 18 14:42:38 GMT 2005


Author: jerry
Date: 2005-10-18 14:42:38 +0000 (Tue, 18 Oct 2005)
New Revision: 11143

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11143

Log:
addnig derrell's test code changes
Added:
   branches/SAMBA_3_0_RELEASE/examples/libsmbclient/testread.c
Modified:
   branches/SAMBA_3_0_RELEASE/examples/libsmbclient/Makefile


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/examples/libsmbclient/Makefile
===================================================================
--- branches/SAMBA_3_0_RELEASE/examples/libsmbclient/Makefile	2005-10-18 14:18:58 UTC (rev 11142)
+++ branches/SAMBA_3_0_RELEASE/examples/libsmbclient/Makefile	2005-10-18 14:42:38 UTC (rev 11143)
@@ -17,7 +17,8 @@
 	testbrowse \
 	teststat \
 	testchmod \
-	testutime
+	testutime \
+	testread
 
 all:	$(TESTS) smbsh
 
@@ -49,6 +50,10 @@
 	@echo Linking testutime
 	@$(CC) $(CFLAGS) $(LDFLAGS) -o $@ /usr/local/samba/lib/libsmbclient.so -lpopt $<
 
+testread: testread.o
+	@echo Linking testread
+	@$(CC) $(CFLAGS) $(LDFLAGS) -o $@ /usr/local/samba/lib/libsmbclient.so -lpopt $<
+
 smbsh:
 	make -C smbwrapper
 

Copied: branches/SAMBA_3_0_RELEASE/examples/libsmbclient/testread.c (from rev 11142, branches/SAMBA_3_0/examples/libsmbclient/testread.c)



More information about the samba-cvs mailing list