summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-22 13:14:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:38 -0500
commit3294bf59aad7be3c9a003a8b555ea305b1ba3fe8 (patch)
tree69648168137f09caa11dcbd29ded1634cd16233a /source4/torture/smb2/config.mk
parentf7c03b2abe387ada2d05ddf4f9cd0c35c2c47de0 (diff)
downloadsamba-3294bf59aad7be3c9a003a8b555ea305b1ba3fe8.tar.gz
samba-3294bf59aad7be3c9a003a8b555ea305b1ba3fe8.tar.bz2
samba-3294bf59aad7be3c9a003a8b555ea305b1ba3fe8.zip
r11850: added a test suite for the SMB2 find calls
(This used to be commit 3ac32d802bba96e5cbcebc4b536258eb0981a9e4)
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 bcd256a22b..a0a6997fe4 100644
--- a/source4/torture/smb2/config.mk
+++ b/source4/torture/smb2/config.mk
@@ -7,7 +7,8 @@ ADD_OBJ_FILES = \
scan.o \
util.o \
getinfo.o \
- setinfo.o
+ setinfo.o \
+ find.o
REQUIRED_SUBSYSTEMS = \
LIBCLI_SMB2
# End SUBSYSTEM TORTURE_SMB2