summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-04-19 00:13:42 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-19 01:54:45 +0200
commit95d111b7e44e2dc468021c435dcb2225e806faeb (patch)
tree0f9dc24343ace56edaac49ba20ac2f6a42abdb98 /source4/torture/smb2/config.mk
parent39d23027218c02dc3055d8a0cc28dcc169e8b064 (diff)
downloadsamba-95d111b7e44e2dc468021c435dcb2225e806faeb.tar.gz
samba-95d111b7e44e2dc468021c435dcb2225e806faeb.tar.bz2
samba-95d111b7e44e2dc468021c435dcb2225e806faeb.zip
torture/smb2: add a simple SMB2-OPLOCK-BATCH1 test
metze (This used to be commit 914f0ac83bc396be0ca34c43e2ea01ecc1c3b826)
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 12d5edbeb2..f3318bb736 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -21,5 +21,6 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix torture/smb2/, \
lock.o \
notify.o \
smb2.o \
- persistent_handles.o)
+ persistent_handles.o \
+ oplocks.o)