summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-29 16:36:44 +0200
committerGünther Deschner <gd@samba.org>2009-05-29 17:59:43 +0200
commitfa3a6652211076772b1b24a3a2216014a16e4054 (patch)
tree345591b1ff3ebe87cf80e680918f9e4b6b04b999 /source4/torture/torture.c
parent7b8d30d1bb6403183dceaaff987a8a96700bb942 (diff)
downloadsamba-fa3a6652211076772b1b24a3a2216014a16e4054.tar.gz
s4-smbtorture: add very basic LIBNETAPI testsuite.
Guenther
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index a9ec325dd6e..de4fd591b9d 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -57,6 +57,7 @@ _PUBLIC_ int torture_init(void)
extern NTSTATUS torture_rpc_init(void);
extern NTSTATUS torture_smb2_init(void);
extern NTSTATUS torture_net_init(void);
+ extern NTSTATUS torture_libnetapi_init(void);
extern NTSTATUS torture_raw_init(void);
extern NTSTATUS torture_unix_init(void);
extern NTSTATUS torture_winbind_init(void);