2010-03-02 15:47:14 +03:00
|
|
|
#include "torture.h"
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
2010-12-28 15:43:32 +03:00
|
|
|
static int verbosity = 0;
|
2010-03-02 15:47:14 +03:00
|
|
|
|
2010-05-19 01:02:41 +04:00
|
|
|
int torture_libssh_verbosity(void){
|
|
|
|
return verbosity;
|
|
|
|
}
|
|
|
|
|
2010-05-19 00:25:06 +04:00
|
|
|
int main(int argc, char **argv) {
|
2010-12-28 15:43:32 +03:00
|
|
|
return torture_run_tests();
|
2010-05-19 00:25:06 +04:00
|
|
|
}
|