mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
4dc59022e8
This demonstrates that the file seek position is still available on reconnected persistent handles. metze (This used to be commit 30e04ae3a02596de03d06874ff5dfc0ddc3bf902)
26 lines
487 B
Makefile
26 lines
487 B
Makefile
|
|
#################################
|
|
# Start SUBSYSTEM TORTURE_SMB2
|
|
[MODULE::TORTURE_SMB2]
|
|
SUBSYSTEM = torture
|
|
INIT_FUNCTION = torture_smb2_init
|
|
PRIVATE_PROTO_HEADER = \
|
|
proto.h
|
|
PRIVATE_DEPENDENCIES = \
|
|
LIBCLI_SMB2 POPT_CREDENTIALS
|
|
# End SUBSYSTEM TORTURE_SMB2
|
|
#################################
|
|
|
|
TORTURE_SMB2_OBJ_FILES = $(addprefix torture/smb2/, \
|
|
connect.o \
|
|
scan.o \
|
|
util.o \
|
|
getinfo.o \
|
|
setinfo.o \
|
|
find.o \
|
|
lock.o \
|
|
notify.o \
|
|
smb2.o \
|
|
persistent_handles.o)
|
|
|