aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2020-05-21 13:11:23 +0200
committerJakub Jelen <jjelen@redhat.com>2020-05-21 13:34:23 +0200
commit866e4442b529e14290db98e3f353caa92c96cc73 (patch)
treeb79ebae2227508ac99ffbd3fd3b2252b2800dc4d /tests/tests.h
parent39bb93a53b77c9362a9ffa804ed49f47ab73108e (diff)
downloadlibssh-866e4442b529e14290db98e3f353caa92c96cc73.tar.gz
libssh-866e4442b529e14290db98e3f353caa92c96cc73.tar.xz
libssh-866e4442b529e14290db98e3f353caa92c96cc73.zip
Removed old, 10 years unused test files
They do not build anymore and I believe most of their functionality is already covered by new testst. Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tests.h b/tests/tests.h
deleted file mode 100644
index dd001f1f..00000000
--- a/tests/tests.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
-This file is distributed in public domain. You can do whatever you want
-with its content.
-*/
-#include <libssh/libssh.h>
-int authenticate (SSH_SESSION *session);
-SSH_OPTIONS *set_opts(int argc, char **argv);
-