summaryrefslogtreecommitdiffstats
path: root/tests/torture.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-10-07 11:10:27 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-10-07 11:10:27 +0200
commitc81010e2f7e560081d78d15e54789af45c0a4999 (patch)
treebd38f40fe2a56388f1373454d72f8186aa003b25 /tests/torture.h
parentc078e36219fc23aed8fff9b5efce33e09e177e20 (diff)
downloadlibssh-c81010e2f7e560081d78d15e54789af45c0a4999.tar.gz
libssh-c81010e2f7e560081d78d15e54789af45c0a4999.tar.xz
libssh-c81010e2f7e560081d78d15e54789af45c0a4999.zip
test: Use cmocka instead of cmockery.
cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/torture.h b/tests/torture.h
index b9cbf9e..dbc1906 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -37,7 +37,7 @@
#include "libssh/priv.h"
#include "libssh/sftp.h"
-#include <google/cmockery.h>
+#include <cmocka.h>
/* Used by main to communicate with parse_opt. */
struct argument_s {