summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-27 18:20:04 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-27 18:20:04 +1000
commit4f0d968d1dd185a4f5b38c2669f520536b1f8445 (patch)
treec048f672f22a3eec522f78d0103ccf080088d7e8 /source4/torture/smb2/config.mk
parenta75d5075ea264777c5696b07140c95de5bdd456a (diff)
downloadsamba-4f0d968d1dd185a4f5b38c2669f520536b1f8445.tar.gz
samba-4f0d968d1dd185a4f5b38c2669f520536b1f8445.tar.bz2
samba-4f0d968d1dd185a4f5b38c2669f520536b1f8445.zip
added a basic SMB2 read test suite
(This used to be commit 4aeda5c11414a4a7ef44da32be05209cb5caa90c)
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 6c69f3043c..9785303629 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -21,7 +21,8 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \
smb2.o \
persistent_handles.o \
oplocks.o \
- create.o)
+ create.o \
+ read.o)
$(eval $(call proto_header_template,$(torturesrcdir)/smb2/proto.h,$(TORTURE_SMB2_OBJ_FILES:.o=.c)))