aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.c
blob: f8c195efc4323798bcbd9a991dc1e620256ddff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "torture.h"

#include <stdio.h>

static int verbosity = 0;

int torture_libssh_verbosity(void){
  return verbosity;
}

int main(int argc, char **argv) {
    return torture_run_tests();
}