svn commit: samba r5652 - in branches/SAMBA_4_0/source/torture: .

mimir at samba.org mimir at samba.org
Fri Mar 4 00:25:16 GMT 2005


Author: mimir
Date: 2005-03-04 00:25:16 +0000 (Fri, 04 Mar 2005)
New Revision: 5652

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

Log:
Add libnet tests section to torture test.


rafal


Modified:
   branches/SAMBA_4_0/source/torture/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/torture/config.mk
===================================================================
--- branches/SAMBA_4_0/source/torture/config.mk	2005-03-04 00:24:21 UTC (rev 5651)
+++ branches/SAMBA_4_0/source/torture/config.mk	2005-03-04 00:25:16 UTC (rev 5652)
@@ -182,6 +182,16 @@
 #################################
 
 #################################
+# Start SUBSYSTEM TORTURE_NET
+[SUBSYSTEM::TORTURE_NET]
+ADD_OBJ_FILES = \
+		torture/libnet/userinfo.o
+REQUIRED_SUBSYSTEMS = \
+		NDR_ALL RPC_NDR_SAMR
+# End SUBSYSTEM TORTURE_NET
+#################################
+
+#################################
 # Start BINARY smbtorture
 [BINARY::smbtorture]
 OBJ_FILES = \
@@ -198,6 +208,7 @@
 		TORTURE_LDAP \
 		TORTURE_COM \
 		TORTURE_NBT \
+		TORTURE_NET \
 		CONFIG \
 		LIBCMDLINE \
 		LIBBASIC



More information about the samba-cvs mailing list