r1481: add idl file and torture test dummies
[samba.git] / source4 / torture / config.mk
index a4ec4b407646ebc9f28686d457fe93faf2d2dd63..de24d106178b060bdcdcf705c2e0061647dd3c3f 100644 (file)
@@ -50,6 +50,7 @@ ADD_OBJ_FILES = \
                torture/rpc/lsa.o \
                torture/rpc/echo.o \
                torture/rpc/dfs.o \
+               torture/rpc/drsuapi.o \
                torture/rpc/spoolss.o \
                torture/rpc/samr.o \
                torture/rpc/wkssvc.o \
@@ -63,12 +64,23 @@ ADD_OBJ_FILES = \
                torture/rpc/autoidl.o \
                torture/rpc/testjoin.o \
                torture/rpc/schannel.o \
-               torture/rpc/netlogon.o
+               torture/rpc/netlogon.o \
+               torture/rpc/bind.o
 REQUIRED_SUBSYSTEMS = \
                LIBSMB
 # End SUBSYSTEM TORTURE_RPC
 #################################
 
+#################################
+# Start SUBSYSTEM TORTURE_RAP
+[SUBSYSTEM::TORTURE_RAP]
+ADD_OBJ_FILES = \
+               torture/rap/rap.o
+REQUIRED_SUBSYSTEMS = \
+               LIBSMB
+# End SUBSYSTEM TORTURE_RAP
+#################################
+
 #################################
 # Start SUBSYSTEM TORTURE_AUTH
 [SUBSYSTEM::TORTURE_AUTH]
@@ -98,6 +110,7 @@ REQUIRED_SUBSYSTEMS = \
                TORTURE_BASIC \
                TORTURE_RAW \
                TORTURE_RPC \
+               TORTURE_RAP \
                TORTURE_AUTH \
                TORTURE_NBENCH \
                CONFIG \