From cbd14ee8f0aba691c92472d7e1ceba9be544f0d6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 14 Mar 2018 14:55:19 +0300 Subject: [PATCH] Use conventions to specify the integration tests --- Cargo.toml | 4 ---- tests/testsuite/{lib.rs => main.rs} | 0 2 files changed, 4 deletions(-) rename tests/testsuite/{lib.rs => main.rs} (100%) diff --git a/Cargo.toml b/Cargo.toml index 3aca13b3c..70085644b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,3 @@ bufstream = "0.1" name = "cargo" test = false doc = false - -[[test]] -name = "testsuite" -path = "tests/testsuite/lib.rs" diff --git a/tests/testsuite/lib.rs b/tests/testsuite/main.rs similarity index 100% rename from tests/testsuite/lib.rs rename to tests/testsuite/main.rs -- 2.30.2