s4-torture: move oplock break handler out of the replay testsuite.
[aaptel/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         compound.c
7         connect.c
8         create.c
9         credits.c
10         delete-on-close.c
11         dir.c
12         dosmode.c
13         durable_open.c
14         durable_v2_open.c
15         getinfo.c
16         ioctl.c
17         lease.c
18         lease_break_handler.c
19         lock.c
20         maxfid.c
21         maxwrite.c
22         multichannel.c
23         oplock_break_handler.c
24         notify.c
25         notify_disabled.c
26         oplock.c
27         read.c
28         rename.c
29         replay.c
30         scan.c
31         session.c
32         setinfo.c
33         sharemode.c
34         smb2.c
35         streams.c
36         util.c
37         ''',
38         subsystem='smbtorture',
39         deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
40         internal_module=True,
41         autoproto='proto.h',
42         init_function='torture_smb2_init'
43         )
44