aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-03-02 23:48:45 +0100
committerAndreas Schneider <mail@cynapses.org>2010-03-02 23:49:21 +0100
commit8bcb835aa4ffb4e11deeb6ecea17387193ef7e8f (patch)
tree29b0f0f1bea4df1116957e880afedb3100ffc820 /tests/unittests
parenteec35329556799b9301d3856e60951a274ce2ea5 (diff)
downloadlibssh-8bcb835aa4ffb4e11deeb6ecea17387193ef7e8f.tar.gz
libssh-8bcb835aa4ffb4e11deeb6ecea17387193ef7e8f.tar.xz
libssh-8bcb835aa4ffb4e11deeb6ecea17387193ef7e8f.zip
Fixed unit testing.
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/torture_misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/torture_misc.c b/tests/unittests/torture_misc.c
index 54fc7c3..bc0442c 100644
--- a/tests/unittests/torture_misc.c
+++ b/tests/unittests/torture_misc.c
@@ -1,5 +1,7 @@
#include <sys/types.h>
#include <pwd.h>
+
+#define LIBSSH_STATIC
#include <libssh/priv.h>
#include "torture.h"