From 6a680cea6a58f4a0d980be8ba47286293ab6f9ab Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Mon, 5 Oct 2009 18:39:13 +0300 Subject: s4/drs(tort): TORTURE_DRS torture module - initial implementation Drsuapi tests module registers two suites: - DRS-RPC - tests to be executed against remote machine - DRS-UNIT - unit test for internal testing --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 39a8005e86d..774681dac3c 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -68,6 +68,7 @@ _PUBLIC_ int torture_init(void) extern NTSTATUS torture_raw_init(void); extern NTSTATUS torture_unix_init(void); extern NTSTATUS torture_winbind_init(void); + extern NTSTATUS torture_drs_init(void); init_module_fn static_init[] = { STATIC_smbtorture_MODULES }; init_module_fn *shared_init = load_samba_modules(NULL, cmdline_lp_ctx, "smbtorture"); -- cgit v1.2.1