summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-30 06:40:15 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-30 06:47:25 +0200
commit40e7769959e29eccf1f0f14142828c9d0b7880b6 (patch)
tree7200466bf9c7354be6506ae7386c06b6ffffd496 /source4/torture/config.mk
parent844b331d257b02c073cc0dc4a6e229e6b9645949 (diff)
downloadsamba-40e7769959e29eccf1f0f14142828c9d0b7880b6.tar.gz
samba-40e7769959e29eccf1f0f14142828c9d0b7880b6.tar.bz2
samba-40e7769959e29eccf1f0f14142828c9d0b7880b6.zip
s4:torture/rpc: add RPC-OBJECTUUID
This test shows that object uuids should be ignored if they're present in a dcerpc request. metze
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 96da10b5df..211d09756d 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -116,7 +116,7 @@ torture_rpc_OBJ_FILES = $(addprefix $(torturesrcdir)/rpc/, \
eventlog.o epmapper.o winreg.o initshutdown.o oxidresolve.o remact.o mgmt.o \
scanner.o autoidl.o countcalls.o testjoin.o schannel.o netlogon.o remote_pac.o samlogon.o \
samsync.o bind.o dssetup.o alter_context.o bench.o samba3rpc.o rpc.o async_bind.o \
- handles.o frsapi.o)
+ handles.o frsapi.o object_uuid.o)
$(eval $(call proto_header_template,$(torturesrcdir)/rpc/proto.h,$(torture_rpc_OBJ_FILES:.o=.c)))