8b0060a2831bd15fc3e446f9e44f4db5bbe1a7c5
[sfrench/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         notify.c
23         notify_disabled.c
24         oplock.c
25         read.c
26         rename.c
27         replay.c
28         scan.c
29         session.c
30         setinfo.c
31         sharemode.c
32         smb2.c
33         streams.c
34         util.c
35         ''',
36         subsystem='smbtorture',
37         deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
38         internal_module=True,
39         autoproto='proto.h',
40         init_function='torture_smb2_init'
41         )
42