libads: Make ads_cldap_netlogon() static
[samba4-gss.git] / source4 / torture / smb2 / wscript_build
blob533639c92e3084a90c8c3e307b84246fcbfa8f7f
1 #!/usr/bin/env python
3 bld.SAMBA_MODULE('TORTURE_SMB2',
4 source='''
5 acls.c
6 attr.c
7 block.c
8 bench.c
9 charset.c
10 compound.c
11 connect.c
12 create.c
13 credits.c
14 delete-on-close.c
15 deny.c
16 dir.c
17 dosmode.c
18 durable_open.c
19 durable_v2_open.c
20 ea.c
21 getinfo.c
22 ioctl.c
23 lease.c
24 lease_break_handler.c
25 lock.c
26 max_allowed.c
27 mangle.c
28 maxfid.c
29 maxwrite.c
30 mkdir.c
31 multichannel.c
32 oplock_break_handler.c
33 notify.c
34 notify_disabled.c
35 oplock.c
36 read.c
37 read_write.c
38 rename.c
39 replay.c
40 scan.c
41 secleak.c
42 session.c
43 sessid.c
44 setinfo.c
45 sharemode.c
46 smb2.c
47 streams.c
48 samba3misc.c
49 tcon.c
50 timestamps.c
51 util.c
52 ''',
53 subsystem='smbtorture',
54 deps='LIBCLI_SMB2 torture NDR_IOCTL CMDLINE_S4',
55 internal_module=True,
56 autoproto='proto.h',
57 init_function='torture_smb2_init'