diff options
author | Christian Ambach <ambi@samba.org> | 2012-02-07 18:02:56 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-02-10 13:28:08 +0100 |
commit | bff119a3b7d5208d375a6699c6f458b3954eb84d (patch) | |
tree | 953622bc7d2a4245711f20d0c1550095b4c659e9 /source4/torture/smb2/wscript_build | |
parent | d2ccaaad20a22a5a09f883809945827dabbc65a7 (diff) | |
download | samba-bff119a3b7d5208d375a6699c6f458b3954eb84d.tar.gz samba-bff119a3b7d5208d375a6699c6f458b3954eb84d.tar.bz2 samba-bff119a3b7d5208d375a6699c6f458b3954eb84d.zip |
s4:torture: add some SMB2 renaming tests
Diffstat (limited to 'source4/torture/smb2/wscript_build')
-rw-r--r-- | source4/torture/smb2/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/wscript_build b/source4/torture/smb2/wscript_build index 81dc0e0d93..416fd2700e 100644 --- a/source4/torture/smb2/wscript_build +++ b/source4/torture/smb2/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python 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', + 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 rename.c', subsystem='smbtorture', deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL', internal_module=True, |