From 0ec8fe420f65fabce9d6b0a998ef892201f3e395 Mon Sep 17 00:00:00 2001 From: Aravind Srinivasan Date: Tue, 6 Oct 2009 20:25:15 -0700 Subject: s4/torture: Ported SMBv1 RAW-STREAMS tests to SMB2-STREAMS --- source4/torture/smb2/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/torture/smb2/config.mk') diff --git a/source4/torture/smb2/config.mk b/source4/torture/smb2/config.mk index f617f70ad2..e26ad26e7f 100644 --- a/source4/torture/smb2/config.mk +++ b/source4/torture/smb2/config.mk @@ -25,7 +25,8 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \ lease.o \ create.o \ read.o \ - compound.o) + compound.o \ + streams.o) $(eval $(call proto_header_template,$(torturesrcdir)/smb2/proto.h,$(TORTURE_SMB2_OBJ_FILES:.o=.c))) -- cgit