mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
770fb8cd07
Bug: https://bugzilla.samba.org/show_bug.cgi?id=11444 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Aug 31 15:50:49 CEST 2015 on sn-devel-104
15 lines
478 B
Python
15 lines
478 B
Python
#!/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 durable_v2_open.c oplock.c dir.c lease.c create.c
|
|
acls.c read.c compound.c streams.c ioctl.c rename.c
|
|
session.c delete-on-close.c replay.c notify_disabled.c''',
|
|
subsystem='smbtorture',
|
|
deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
|
|
internal_module=True,
|
|
autoproto='proto.h',
|
|
init_function='torture_smb2_init'
|
|
)
|
|
|