libcli: Make cli_smb2_close_fnum async
[Samba.git] / source4 / torture / smb2 / wscript_build
blob432e872d65af0d2f49761be76a43f4078df495d0
1 #!/usr/bin/env python
3 bld.SAMBA_MODULE('TORTURE_SMB2',
4 source='''connect.c scan.c util.c getinfo.c setinfo.c lock.c notify.c
5 smb2.c durable_open.c durable_v2_open.c oplock.c dir.c lease.c create.c
6 acls.c read.c compound.c streams.c ioctl.c rename.c
7 session.c delete-on-close.c''',
8 allow_warnings=True,
9 subsystem='smbtorture',
10 deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
11 internal_module=True,
12 autoproto='proto.h',
13 init_function='torture_smb2_init'