From 12a8ed07b43ed8dc27db396a23cd8657e419101e Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Fri, 27 Mar 2009 19:14:01 -0700 Subject: s4:torture/smb2: Add torture tests for leases. --- source4/torture/smb2/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/smb2/config.mk') 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) -- cgit