summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/wscript_build
blob: e605a4589ac19d5f526f19b8759a2b86900063e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/usr/bin/env python

bld.SAMBA_MODULE('TORTURE_SMB2',
	source='''
        acls.c
        block.c
        compound.c
        connect.c
        create.c
        credits.c
        delete-on-close.c
        dir.c
        dosmode.c
        durable_open.c
        durable_v2_open.c
        getinfo.c
        ioctl.c
        lease.c
        lease_break_handler.c
        lock.c
        maxfid.c
        maxwrite.c
        multichannel.c
        oplock_break_handler.c
        notify.c
        notify_disabled.c
        oplock.c
        read.c
        rename.c
        replay.c
        scan.c
        session.c
        setinfo.c
        sharemode.c
        smb2.c
        streams.c
        util.c
        ''',
	subsystem='smbtorture',
	deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
	internal_module=True,
	autoproto='proto.h',
	init_function='torture_smb2_init'
	)