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