From 20532d7c495d75e35453ce22c383fe24925e8f00 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 22 May 2006 17:42:14 +0000 Subject: 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) --- source4/torture/smb2/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/torture/smb2/config.mk') 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 -- cgit