summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/wscript_build
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2011-09-27 16:40:20 +0200
committerDavid Disseldorp <ddiss@samba.org>2011-10-31 17:55:05 +0100
commit8abaafadde887a22e803f93b3b801b732495ad98 (patch)
treefffbdda3b9ad8e7375bf96bd4fcf6b833f112687 /source4/torture/smb2/wscript_build
parent2e1168d0a84d49b7858725d580491e970d6b4f64 (diff)
downloadsamba-8abaafadde887a22e803f93b3b801b732495ad98.tar.gz
samba-8abaafadde887a22e803f93b3b801b732495ad98.tar.bz2
samba-8abaafadde887a22e803f93b3b801b732495ad98.zip
s4-torture: Add tests for the smb2 copychunk ioctl
Add idls for parsing of copychunk ioctl args. Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/smb2/wscript_build')
-rw-r--r--source4/torture/smb2/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/wscript_build b/source4/torture/smb2/wscript_build
index 458a27b004..81dc0e0d93 100644
--- a/source4/torture/smb2/wscript_build
+++ b/source4/torture/smb2/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_MODULE('TORTURE_SMB2',
source='connect.c scan.c util.c getinfo.c setinfo.c lock.c notify.c smb2.c durable_open.c oplock.c dir.c lease.c create.c acls.c read.c compound.c streams.c ioctl.c',
subsystem='smbtorture',
- deps='LIBCLI_SMB2 POPT_CREDENTIALS torture',
+ deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
internal_module=True,
autoproto='proto.h',
init_function='torture_smb2_init'