From df891410f157263d6b3d884cf39aca596ba94cf6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Mar 2006 16:11:02 +0000 Subject: r14519: Put base registration in a seperate file, as well as some of the base tests that were currently in torture.c (This used to be commit 4e7c3c7e1fe383b37d90954982e8bf150a06663a) --- source4/torture/torture.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/torture/torture.h') diff --git a/source4/torture/torture.h b/source4/torture/torture.h index 689ff04774..e509ac7028 100644 --- a/source4/torture/torture.h +++ b/source4/torture/torture.h @@ -22,6 +22,9 @@ #ifndef __TORTURE_H__ #define __TORTURE_H__ +extern int torture_numops; +extern int torture_failures; + #include "libcli/libcli.h" #include "torture/proto.h" -- cgit