aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/torture.h b/tests/torture.h
index 2be45644..42762b9e 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -13,6 +13,7 @@
struct argument_s {
char *args[2];
int nofork;
+ int verbose;
};
void torture_cmdline_parse(int argc, char **argv, struct argument_s *arguments);
@@ -32,6 +33,12 @@ void torture_create_case_timeout(Suite *s, const char *name, TFun function,
int timeout);
/*
+ * returns the verbosity level asked by user
+ */
+int torture_libssh_verbosity(void);
+
+
+/*
* This function must be defined in every unit test file.
*/
Suite *torture_make_suite(void);