s4-torture: add torture_block/torture_unblock smb2 transport functions
[mdw/samba-autobuild/.git] / source4 / torture / smb2 / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_MODULE('TORTURE_SMB2',
4         source='''
5         acls.c
6         block.c
7         compound.c
8         connect.c
9         create.c
10         credits.c
11         delete-on-close.c
12         dir.c
13         dosmode.c
14         durable_open.c
15         durable_v2_open.c
16         getinfo.c
17         ioctl.c
18         lease.c
19         lease_break_handler.c
20         lock.c
21         maxfid.c
22         maxwrite.c
23         multichannel.c
24         oplock_break_handler.c
25         notify.c
26         notify_disabled.c
27         oplock.c
28         read.c
29         rename.c
30         replay.c
31         scan.c
32         session.c
33         setinfo.c
34         sharemode.c
35         smb2.c
36         streams.c
37         util.c
38         ''',
39         subsystem='smbtorture',
40         deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
41         internal_module=True,
42         autoproto='proto.h',
43         init_function='torture_smb2_init'
44         )
45