mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-01-06 14:21:55 +03:00
tests: Fixed includes of torture_options for windows.
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
#define LIBSSH_STATIC
|
||||
|
||||
#ifndef _WIN32
|
||||
# include <pwd.h>
|
||||
#endif
|
||||
|
||||
#include "torture.h"
|
||||
#include "options.c"
|
||||
#include "misc.c"
|
||||
#include <libssh/session.h>
|
||||
#include <libssh/misc.h>
|
||||
|
||||
static void setup(void **state) {
|
||||
ssh_session session = ssh_new();
|
||||
|
||||
Reference in New Issue
Block a user