From 547af4c3c7ffbae3f828251b12fa5193c49cfb1b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 8 Jul 2015 17:03:18 +0200 Subject: s4-waf: Reformat torture_rpc This makes it easier to read and see what changed in patches. Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison --- source4/torture/wscript_build | 107 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 100 insertions(+), 7 deletions(-) (limited to 'source4/torture/wscript_build') diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index b80e8278922..5f5203301c5 100755 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -47,13 +47,106 @@ bld.SAMBA_SUBSYSTEM('TORTURE_NDR', bld.SAMBA_MODULE('torture_rpc', - source='rpc/join.c rpc/lsa.c rpc/forest_trust.c rpc/lsa_lookup.c rpc/session_key.c rpc/echo.c rpc/dfs.c rpc/drsuapi.c rpc/drsuapi_cracknames.c rpc/dsgetinfo.c rpc/spoolss.c rpc/spoolss_win.c rpc/spoolss_access.c rpc/unixinfo.c rpc/samr.c rpc/samr_accessmask.c rpc/samr_priv.c rpc/wkssvc.c rpc/srvsvc.c rpc/svcctl.c rpc/atsvc.c rpc/eventlog.c rpc/epmapper.c rpc/winreg.c rpc/initshutdown.c rpc/oxidresolve.c rpc/remact.c rpc/mgmt.c rpc/scanner.c rpc/autoidl.c rpc/countcalls.c rpc/testjoin.c rpc/schannel.c rpc/netlogon.c rpc/remote_pac.c rpc/samlogon.c rpc/samsync.c rpc/dssetup.c rpc/alter_context.c rpc/bench.c rpc/samba3rpc.c rpc/rpc.c rpc/async_bind.c rpc/handles.c rpc/frsapi.c rpc/object_uuid.c rpc/ntsvcs.c rpc/browser.c rpc/bind.c rpc/fsrvp.c rpc/clusapi.c rpc/witness.c'+heimdal_specific['rpc'][0], - autoproto='rpc/proto.h', - subsystem='smbtorture', - init_function='torture_rpc_init', - deps='ndr-table RPC_NDR_UNIXINFO dcerpc-samr RPC_NDR_WINREG RPC_NDR_INITSHUTDOWN RPC_NDR_OXIDRESOLVER RPC_NDR_EVENTLOG RPC_NDR_ECHO RPC_NDR_SVCCTL RPC_NDR_NETLOGON dcerpc-atsvc RPC_NDR_DRSUAPI RPC_NDR_LSA RPC_NDR_EPMAPPER RPC_NDR_DFS RPC_NDR_FRSAPI RPC_NDR_SPOOLSS RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_ROT RPC_NDR_DSSETUP RPC_NDR_REMACT RPC_NDR_OXIDRESOLVER RPC_NDR_NTSVCS WB_HELPER samba-net LIBCLI_AUTH popt POPT_CREDENTIALS TORTURE_LDAP TORTURE_UTIL TORTURE_RAP service process_model RPC_NDR_BROWSER LIBCLI_DRSUAPI TORTURE_DFS RPC_NDR_FSRVP RPC_NDR_CLUSAPI RPC_NDR_WITNESS '+heimdal_specific['rpc'][1], - internal_module=True - ) + source=''' + rpc/join.c + rpc/lsa.c + rpc/forest_trust.c + rpc/lsa_lookup.c + rpc/session_key.c + rpc/echo.c + rpc/dfs.c + rpc/drsuapi.c + rpc/drsuapi_cracknames.c + rpc/dsgetinfo.c + rpc/spoolss.c + rpc/spoolss_win.c + rpc/spoolss_access.c + rpc/spoolss_notify.c + rpc/unixinfo.c + rpc/samr.c + rpc/samr_accessmask.c + rpc/samr_priv.c + rpc/wkssvc.c + rpc/srvsvc.c + rpc/svcctl.c + rpc/atsvc.c + rpc/eventlog.c + rpc/epmapper.c + rpc/winreg.c + rpc/initshutdown.c + rpc/oxidresolve.c + rpc/remact.c + rpc/mgmt.c + rpc/scanner.c + rpc/autoidl.c + rpc/countcalls.c + rpc/testjoin.c + rpc/schannel.c + rpc/netlogon.c + rpc/remote_pac.c + rpc/samlogon.c + rpc/samsync.c + rpc/dssetup.c + rpc/alter_context.c + rpc/bench.c + rpc/samba3rpc.c + rpc/rpc.c + rpc/async_bind.c + rpc/handles.c + rpc/frsapi.c + rpc/object_uuid.c + rpc/ntsvcs.c + rpc/browser.c + rpc/bind.c + rpc/fsrvp.c + rpc/clusapi.c + rpc/witness.c''' + heimdal_specific['rpc'][0], + autoproto='rpc/proto.h', + subsystem='smbtorture', + init_function='torture_rpc_init', + deps=''' + ndr-table + RPC_NDR_UNIXINFO + dcerpc-samr + RPC_NDR_WINREG + RPC_NDR_INITSHUTDOWN + RPC_NDR_OXIDRESOLVER + RPC_NDR_EVENTLOG + RPC_NDR_ECHO + RPC_NDR_SVCCTL + RPC_NDR_NETLOGON + dcerpc-atsvc + RPC_NDR_DRSUAPI + RPC_NDR_LSA + RPC_NDR_EPMAPPER + RPC_NDR_DFS + RPC_NDR_FRSAPI + RPC_NDR_SPOOLSS + RPC_NDR_SRVSVC + RPC_NDR_WKSSVC + RPC_NDR_ROT + RPC_NDR_DSSETUP + RPC_NDR_REMACT + RPC_NDR_OXIDRESOLVER + RPC_NDR_NTSVCS + WB_HELPER + samba-net + LIBCLI_AUTH + popt + POPT_CREDENTIALS + TORTURE_LDAP + TORTURE_UTIL + TORTURE_RAP + service + process_model + RPC_NDR_BROWSER + LIBCLI_DRSUAPI + TORTURE_DFS + RPC_NDR_FSRVP + RPC_NDR_CLUSAPI + RPC_NDR_WITNESS + ''' + heimdal_specific['rpc'][1], + internal_module=True) bld.RECURSE('drs') bld.RECURSE('dns') -- cgit v1.2.1