summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-06-18 19:11:19 +0200
committerVolker Lendecke <vl@samba.org>2021-12-10 14:02:30 +0000
commita7c65958a15149918415b7456d6f20ee8c9669d2 (patch)
treeeefef276bc9e3bc68924e7a4316463acefba0d72 /testsuite
parentd522a8cce12043903ecf4f66835eb69367cdde17 (diff)
downloadsamba-a7c65958a15149918415b7456d6f20ee8c9669d2.tar.gz
s3:rpc_server: Activate samba-dcerpcd
This is the big switch to use samba-dcerpcd for the RPC services in source3/. It is a pretty big and unordered patch, but I don't see a good way to split this up into more manageable pieces without sacrificing bisectability even more. Probably I could cut out a few small ones, but a major architechtural switch like this will always be messy. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/unittests/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/unittests/wscript b/testsuite/unittests/wscript
index b14a518bd81..10ab024e439 100644
--- a/testsuite/unittests/wscript
+++ b/testsuite/unittests/wscript
@@ -28,7 +28,7 @@ def build(bld):
bld.SAMBA_MODULE('rpc_test_dummy_module',
source='rpc_test_dummy_module.c',
- deps='ndr smbd_base',
+ deps='ndr smbd_base RPC_SERVICE RPC_SOCK_HELPER',
subsystem='rpc',
allow_undefined_symbols=True,
init_function='',