1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

tests: Fixed misc and isipaddr test on Windows.

(cherry picked from commit ca941d6985)
This commit is contained in:
Andreas Schneider
2011-02-13 11:55:31 +01:00
parent 2ac664968d
commit 8d1bfb5a85
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "torture.h" #include "torture.h"
#include "misc.c" #include "misc.c"
#include "error.c"
/* /*
* Test the behavior of ssh_is_ipaddr() * Test the behavior of ssh_is_ipaddr()

View File

@ -11,6 +11,8 @@
#include "torture.h" #include "torture.h"
#include "misc.c" #include "misc.c"
#include "error.c"
#define TORTURE_TEST_DIR "/usr/local/bin/truc/much/.." #define TORTURE_TEST_DIR "/usr/local/bin/truc/much/.."