summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-22 17:42:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:27 -0500
commit20532d7c495d75e35453ce22c383fe24925e8f00 (patch)
tree602d487ed3fff0e069b558c19b7c4aa167e85d56 /source4/torture/smb2/config.mk
parenta2f463bb3a66393f3934b465e73caab191277c6d (diff)
downloadsamba-20532d7c495d75e35453ce22c383fe24925e8f00.tar.gz
samba-20532d7c495d75e35453ce22c383fe24925e8f00.tar.bz2
samba-20532d7c495d75e35453ce22c383fe24925e8f00.zip
r15816: add SMB2-LOCK torture test, which demonstrates what possible valid and invalid
requests you can do with it metze (This used to be commit adef1372c118b6c116dfa976d0277be677118fd0)
Diffstat (limited to 'source4/torture/smb2/config.mk')
-rw-r--r--source4/torture/smb2/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/smb2/config.mk b/source4/torture/smb2/config.mk
index 6095b3951d..d53b9895d1 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -10,7 +10,8 @@ OBJ_FILES = \
util.o \
getinfo.o \
setinfo.o \
- find.o
+ find.o \
+ lock.o
PUBLIC_DEPENDENCIES = \
LIBCLI_SMB2 POPT_CREDENTIALS
# End SUBSYSTEM TORTURE_SMB2