s4-torture: Add tests for the smb2 copychunk ioctl
[Samba/gebeck_regimport.git] / source4 / torture / smb2 / wscript_build
blob81dc0e0d93b4c8570eaba63f74cd5acee9f8deff
1 #!/usr/bin/env python
3 bld.SAMBA_MODULE('TORTURE_SMB2',
4 source='connect.c scan.c util.c getinfo.c setinfo.c lock.c notify.c smb2.c durable_open.c oplock.c dir.c lease.c create.c acls.c read.c compound.c streams.c ioctl.c',
5 subsystem='smbtorture',
6 deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
7 internal_module=True,
8 autoproto='proto.h',
9 init_function='torture_smb2_init'