summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-27 12:41:50 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-27 12:41:50 +1000
commit0d8d6dbfd7f51500f393cf5a14a568a1271edf3f (patch)
treecad3251fc22cd43f535e538c6b37ae73a25c538e /source4/torture/smb2/config.mk
parent8f25f40a2efe9986e76e71d128bb29e2fb4cfd86 (diff)
downloadsamba-0d8d6dbfd7f51500f393cf5a14a568a1271edf3f.tar.gz
samba-0d8d6dbfd7f51500f393cf5a14a568a1271edf3f.tar.bz2
samba-0d8d6dbfd7f51500f393cf5a14a568a1271edf3f.zip
the start of a SMB2 create test suite
(This used to be commit 16787e99f3de7255e315651c095486f90f65f2ca)
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 11c4e1fa2c..6c69f3043c 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -20,7 +20,8 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \
notify.o \
smb2.o \
persistent_handles.o \
- oplocks.o)
+ oplocks.o \
+ create.o)
$(eval $(call proto_header_template,$(torturesrcdir)/smb2/proto.h,$(TORTURE_SMB2_OBJ_FILES:.o=.c)))