svn commit: samba r25623 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Fri Oct 12 08:10:12 GMT 2007


Author: metze
Date: 2007-10-12 08:10:12 +0000 (Fri, 12 Oct 2007)
New Revision: 25623

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

Log:
add 'make test-swrap-pcap' and 'make test-swrap-keep-pcap'

metze
Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2007-10-12 08:08:46 UTC (rev 25622)
+++ branches/SAMBA_4_0/source/main.mk	2007-10-12 08:10:12 UTC (rev 25623)
@@ -303,6 +303,12 @@
 test-swrap: everything
 	$(SELFTEST) --socket-wrapper --immediate $(TESTS)
 
+test-swrap-pcap: everything
+	$(SELFTEST) --socket-wrapper-pcap --immediate $(TESTS)
+
+test-swrap-keep-pcap: everything
+	$(SELFTEST) --socket-wrapper-keep-pcap --immediate $(TESTS)
+
 test-noswrap: everything
 	$(SELFTEST) --immediate $(TESTS)
 



More information about the samba-cvs mailing list