summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-08 15:28:12 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-08 15:28:12 +0100
commit2bf39edc9d0abf3306bd25b9c40d88aceb029be7 (patch)
tree6ab2ba13797418ca65b935b5d99d002719373596 /source4/torture/torture.c
parent0c6de7c9598889a469084bf15da49b1a2589cff7 (diff)
downloadsamba-2bf39edc9d0abf3306bd25b9c40d88aceb029be7.tar.gz
Push SOVERSION and VERSION out of perl code.
(This used to be commit 0ba8ac6a14c62ff9edfe9f0bf43b8a7406b85291)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 23b8ee31436..bd8d66cd724 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -21,7 +21,6 @@
#include "includes.h"
#include "system/time.h"
#include "torture/torture.h"
-#include "build.h"
#include "lib/util/dlinklist.h"
#include "param/param.h"
#include "lib/cmdline/popt_common.h"
@@ -48,6 +47,14 @@ bool torture_register_suite(struct torture_suite *suite)
int torture_init(void)
{
+ extern NTSTATUS torture_nbt_init();
+ extern NTSTATUS torture_nbench_init();
+ extern NTSTATUS torture_rap_init();
+ extern NTSTATUS torture_rpc_init();
+ extern NTSTATUS torture_smb2_init();
+ extern NTSTATUS torture_base_init();
+ extern NTSTATUS torture_net_init();
+ extern NTSTATUS torture_winbind_init();
init_module_fn static_init[] = { STATIC_torture_MODULES };
init_module_fn *shared_init = load_samba_modules(NULL, cmdline_lp_ctx, "torture");