1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/torture/smb2/wscript_build
David Mulder 1bb16ff4e2 s4:torture: Convert samba4.base.charset test to smb2
The partial surrogate test is known to fail (in
both smb1 and smb2).

Signed-off-by: David Mulder <dmulder@suse.com>
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Böhme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Noel Power <npower@samba.org>
Autobuild-Date(master): Thu Jan 30 12:05:13 UTC 2020 on sn-devel-184
2020-01-30 12:05:13 +00:00

51 lines
965 B
Python

#!/usr/bin/env python
bld.SAMBA_MODULE('TORTURE_SMB2',
source='''
acls.c
attr.c
block.c
charset.c
compound.c
connect.c
create.c
credits.c
delete-on-close.c
dir.c
dosmode.c
durable_open.c
durable_v2_open.c
getinfo.c
ioctl.c
lease.c
lease_break_handler.c
lock.c
maxfid.c
maxwrite.c
multichannel.c
oplock_break_handler.c
notify.c
notify_disabled.c
oplock.c
read.c
read_write.c
rename.c
replay.c
scan.c
session.c
setinfo.c
sharemode.c
smb2.c
streams.c
samba3misc.c
timestamps.c
util.c
''',
subsystem='smbtorture',
deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
internal_module=True,
autoproto='proto.h',
init_function='torture_smb2_init'
)