summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-07 15:45:23 +0200
committerGünther Deschner <gd@samba.org>2010-05-12 00:20:41 +0200
commit931b7fcc8ae1d382c5402deb3baeafb9025056b2 (patch)
tree343df6b287719803b162782ca7cf97604fc67c84 /source4/torture/config.mk
parent84ab762fd55c1f02ec0e810813b51a0cae32b62b (diff)
downloadsamba-931b7fcc8ae1d382c5402deb3baeafb9025056b2.tar.gz
samba-931b7fcc8ae1d382c5402deb3baeafb9025056b2.tar.bz2
samba-931b7fcc8ae1d382c5402deb3baeafb9025056b2.zip
s4-smbtorture: add RAP-SAM testsuite with a rap_NetUserPasswordSet2 test.
Guenther
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 3d566c0995..50d400980f 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -140,7 +140,7 @@ PRIVATE_DEPENDENCIES = TORTURE_UTIL LIBCLI_SMB NDR_RAP
# End SUBSYSTEM TORTURE_RAP
#################################
-TORTURE_RAP_OBJ_FILES = $(torturesrcdir)/rap/rap.o $(torturesrcdir)/rap/rpc.o $(torturesrcdir)/rap/printing.o
+TORTURE_RAP_OBJ_FILES = $(torturesrcdir)/rap/rap.o $(torturesrcdir)/rap/rpc.o $(torturesrcdir)/rap/printing.o $(torturesrcdir)/rap/sam.o
$(eval $(call proto_header_template,$(torturesrcdir)/rap/proto.h,$(TORTURE_RAP_OBJ_FILES:.o=.c)))