unittests: Do not install the test_dummy rpc module
[sfrench/samba-autobuild/.git] / testsuite / unittests / wscript
index ba6ad3cbed9ffed0d3e3f03657c333643d7b3c8d..561cb4bebad98d579178eeebde1d3726b3e85947 100644 (file)
@@ -34,4 +34,5 @@ def build(bld):
                      subsystem='rpc',
                      allow_undefined_symbols=True,
                      init_function='',
-                     internal_module=False)
+                     internal_module=False,
+                     install=False)