summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-07-13 13:31:08 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-07-13 13:31:08 -0700
commita3167de350ebb489a21c9b09e76de4ed74fee8bc (patch)
tree64b500fa413ecd83ad4e9e2d51a4175d2647b377
parent16bfe7fbab0d9ee4ed421f7e302d9fc531efaf53 (diff)
downloadssh2-rs-a3167de350ebb489a21c9b09e76de4ed74fee8bc.zip
Use modern Cargo conventions for tests
-rw-r--r--Cargo.toml3
-rw-r--r--tests/all/agent.rs (renamed from tests/agent.rs)0
-rw-r--r--tests/all/channel.rs (renamed from tests/channel.rs)0
-rw-r--r--tests/all/knownhosts.rs (renamed from tests/knownhosts.rs)0
-rw-r--r--tests/all/main.rs (renamed from tests/all.rs)0
-rw-r--r--tests/all/session.rs (renamed from tests/session.rs)0
-rw-r--r--tests/all/sftp.rs (renamed from tests/sftp.rs)0
7 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9642704..b6ab80e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,9 +13,6 @@ Bindings to libssh2 for interacting with SSH servers and executing remote
commands, forwarding local ports, etc.
"""
-[[test]]
-name = "all"
-
[dependencies]
bitflags = "0.7"
libc = "0.2"
diff --git a/tests/agent.rs b/tests/all/agent.rs
index 8feee06..8feee06 100644
--- a/tests/agent.rs
+++ b/tests/all/agent.rs
diff --git a/tests/channel.rs b/tests/all/channel.rs
index 2ade997..2ade997 100644
--- a/tests/channel.rs
+++ b/tests/all/channel.rs
diff --git a/tests/knownhosts.rs b/tests/all/knownhosts.rs
index f3a67fd..f3a67fd 100644
--- a/tests/knownhosts.rs
+++ b/tests/all/knownhosts.rs
diff --git a/tests/all.rs b/tests/all/main.rs
index 777c899..777c899 100644
--- a/tests/all.rs
+++ b/tests/all/main.rs
diff --git a/tests/session.rs b/tests/all/session.rs
index 85fa321..85fa321 100644
--- a/tests/session.rs
+++ b/tests/all/session.rs
diff --git a/tests/sftp.rs b/tests/all/sftp.rs
index d9ae8c5..d9ae8c5 100644
--- a/tests/sftp.rs
+++ b/tests/all/sftp.rs