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
Günther Deschner d06d6bdc8c s4:torture:smb2:maxwrite: compile maxwrite test at least.
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
2016-09-07 12:09:16 +02:00

40 lines
731 B
Python

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