1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
Andrew Tridgell 3294bf59aa r11850: added a test suite for the SMB2 find calls
(This used to be commit 3ac32d802bba96e5cbcebc4b536258eb0981a9e4)
2007-10-10 13:46:38 -05:00

16 lines
284 B
Makefile

#################################
# Start SUBSYSTEM TORTURE_SMB2
[SUBSYSTEM::TORTURE_SMB2]
ADD_OBJ_FILES = \
connect.o \
scan.o \
util.o \
getinfo.o \
setinfo.o \
find.o
REQUIRED_SUBSYSTEMS = \
LIBCLI_SMB2
# End SUBSYSTEM TORTURE_SMB2
#################################