mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
844acb2260
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
# AUTOGENERATED by mktowscript.pl from ../../source4/torture/smb2/config.mk
|
|
# Please remove this notice if hand editing
|
|
|
|
|
|
bld.SAMBA_MODULE('TORTURE_SMB2',
|
|
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',
|
|
subsystem='smbtorture',
|
|
deps='LIBCLI_SMB2 POPT_CREDENTIALS torture',
|
|
internal_module=True,
|
|
autoproto='proto.h',
|
|
init_function='torture_smb2_init'
|
|
)
|
|
|