summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-04-16 10:11:44 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-17 02:39:32 +0200
commit4dc59022e81b05e181183d81ae1fa8895c2afbec (patch)
treed86a2bd0bac358fd2c4a14c49a71acd87720c30a /source4/torture/smb2/config.mk
parent9064aad727797646dfc73f947aedde26e638ba10 (diff)
downloadsamba-4dc59022e81b05e181183d81ae1fa8895c2afbec.tar.gz
samba-4dc59022e81b05e181183d81ae1fa8895c2afbec.tar.bz2
samba-4dc59022e81b05e181183d81ae1fa8895c2afbec.zip
torture/smb2: add SMB2-PERSISTENT-HANDLES1 test
This demonstrates that the file seek position is still available on reconnected persistent handles. metze (This used to be commit 30e04ae3a02596de03d06874ff5dfc0ddc3bf902)
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 379632f0e7..12d5edbeb2 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -20,5 +20,6 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix torture/smb2/, \
find.o \
lock.o \
notify.o \
- smb2.o)
+ smb2.o \
+ persistent_handles.o)