diff options
author | Michael Adam <obnox@samba.org> | 2012-02-26 17:53:13 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-02-28 00:08:55 +0100 |
commit | 60a4095936325dfb9fe7013235e51b93fb7de1f3 (patch) | |
tree | 7715af5ff1e9188fa3067cb23f036dfa1bebb38f /source4/torture/smb2/wscript_build | |
parent | ba4acf05b24527e6de117c7f82324b6eab237717 (diff) | |
download | samba-60a4095936325dfb9fe7013235e51b93fb7de1f3.tar.gz samba-60a4095936325dfb9fe7013235e51b93fb7de1f3.tar.bz2 samba-60a4095936325dfb9fe7013235e51b93fb7de1f3.zip |
s4:torture:smb2: add new "session" testsuite starting with a session.reconnect test
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 416fd2700e..f4dd847a60 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 rename.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 session.c', subsystem='smbtorture', deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL', internal_module=True, |