summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-06-08 16:26:57 +0200
committerStefan Metzmacher <metze@samba.org>2009-06-09 16:49:33 +0200
commitba42cccf008bfeb2bb4621fef7882bd3077dfe41 (patch)
tree90f67cf70fd33dcde7f8f4c0cc9dec07adb8e7df /source4/torture/smb2/config.mk
parent959503ed1ac76c4ebb8d7941a3a2462ae93869c4 (diff)
downloadsamba-ba42cccf008bfeb2bb4621fef7882bd3077dfe41.tar.gz
samba-ba42cccf008bfeb2bb4621fef7882bd3077dfe41.tar.bz2
samba-ba42cccf008bfeb2bb4621fef7882bd3077dfe41.zip
s4:torture: add SMB2-COMPOUND test
metze
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 70b1743929..bc4fc15e07 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -24,7 +24,8 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \
oplocks.o \
lease.o \
create.o \
- read.o)
+ read.o \
+ compound.o)
$(eval $(call proto_header_template,$(torturesrcdir)/smb2/proto.h,$(TORTURE_SMB2_OBJ_FILES:.o=.c)))