summaryrefslogtreecommitdiff
path: root/source4/torture/drs/config.mk
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2009-10-08 02:56:22 +0300
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2009-10-16 12:54:14 +0300
commit421191a4433e289adf6c2d9739d1ce091af3774f (patch)
treef3b9a9b5cbd63896434af98c63c1ebfbdf1c0663 /source4/torture/drs/config.mk
parent784e0c199e8b083865ac96930c3b55d709a2bec5 (diff)
downloadsamba-421191a4433e289adf6c2d9739d1ce091af3774f.tar.gz
samba-421191a4433e289adf6c2d9739d1ce091af3774f.tar.bz2
samba-421191a4433e289adf6c2d9739d1ce091af3774f.zip
s4/drs(tort): prefixMap unit test initial implementatoin
Diffstat (limited to 'source4/torture/drs/config.mk')
-rw-r--r--source4/torture/drs/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/drs/config.mk b/source4/torture/drs/config.mk
index a03034b5eb..14f673ec7a 100644
--- a/source4/torture/drs/config.mk
+++ b/source4/torture/drs/config.mk
@@ -18,6 +18,7 @@ PRIVATE_DEPENDENCIES = \
TORTURE_DRS_OBJ_FILES = \
$(torturesrcdir)/drs/drs_init.o \
- $(torturesrcdir)/drs/drs_util.o
+ $(torturesrcdir)/drs/drs_util.o \
+ $(torturesrcdir)/drs/internal/prefixmap_tests.o
$(eval $(call proto_header_template,$(torturesrcdir)/drs/proto.h,$(TORTURE_DRS_OBJ_FILES:.o=.c)))