summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorZach Loafman <zachary.loafman@isilon.com>2009-03-27 19:14:01 -0700
committerSteven Danneman <steven.danneman@isilon.com>2009-03-28 01:01:47 -0700
commit12a8ed07b43ed8dc27db396a23cd8657e419101e (patch)
tree959c5d8de6ddb3dc9a6db829bac33481003bc059 /source4/torture/smb2/config.mk
parent92f3686c962d67a5feab00b9e8abdb87ddb832a6 (diff)
downloadsamba-12a8ed07b43ed8dc27db396a23cd8657e419101e.tar.gz
samba-12a8ed07b43ed8dc27db396a23cd8657e419101e.tar.bz2
samba-12a8ed07b43ed8dc27db396a23cd8657e419101e.zip
s4:torture/smb2: Add torture tests for leases.
Diffstat (limited to 'source4/torture/smb2/config.mk')
-rw-r--r--source4/torture/smb2/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/config.mk b/source4/torture/smb2/config.mk
index 91ba9fcf0c..70b1743929 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -22,6 +22,7 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \
smb2.o \
durable_open.o \
oplocks.o \
+ lease.o \
create.o \
read.o)