summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-05-05 18:12:07 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-08 01:22:22 +0200
commit67ac266ae85b57c5580a4f4dc1f49396d5ffc707 (patch)
tree0542bb85f018188227850dbb610d210ec75d94c4 /source3/Makefile.in
parentfdd6c4e673daa21cbf59bce023cfbd753974f48a (diff)
downloadsamba-67ac266ae85b57c5580a4f4dc1f49396d5ffc707.tar.gz
samba-67ac266ae85b57c5580a4f4dc1f49396d5ffc707.tar.bz2
samba-67ac266ae85b57c5580a4f4dc1f49396d5ffc707.zip
s3:torture: add SMB2-BASIC
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index da3cb1a340..92613abdfd 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1252,7 +1252,8 @@ SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/uta
torture/test_notify_online.o \
torture/test_addrchange.o \
torture/test_case_insensitive.o \
- torture/test_posix_append.o
+ torture/test_posix_append.o \
+ torture/test_smb2.o
SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \
$(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) \