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