summaryrefslogtreecommitdiff
path: root/source4/torture/local/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-04-18 01:17:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:03 -0500
commitf40244af7bb858ade15180c439e965741f4a4dad (patch)
tree2b86d162ae61a703df0250f5fd9eb6bd908db78f /source4/torture/local/config.mk
parent21379ee620547820b36094b5424f54afc55b5a07 (diff)
downloadsamba-f40244af7bb858ade15180c439e965741f4a4dad.tar.gz
samba-f40244af7bb858ade15180c439e965741f4a4dad.tar.bz2
samba-f40244af7bb858ade15180c439e965741f4a4dad.zip
r22328: Add initial testsuite for share code.
(This used to be commit 3d079732a9cf15fcc3638db5f77bb45d7580d251)
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r--source4/torture/local/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index 801c5e1117..27b9f90fa0 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -32,6 +32,7 @@ OBJ_FILES = \
sddl.o \
../../lib/tdr/testsuite.o \
event.o \
+ share.o \
local.o \
dbspeed.o \
torture.o
@@ -46,7 +47,8 @@ PUBLIC_DEPENDENCIES = \
POPT_CREDENTIALS \
TORTURE_AUTH \
TORTURE_UTIL
-PRIVATE_DEPENDENCIES = TORTURE_NDR
+PRIVATE_DEPENDENCIES = TORTURE_NDR \
+ share
# End SUBSYSTEM TORTURE_LOCAL
#################################