From c138f707383fdb8c90544c8a2c5e38cef4f40de2 Mon Sep 17 00:00:00 2001 From: Luro02 <24826124+Luro02@users.noreply.github.com> Date: Sat, 25 Apr 2020 09:41:29 +0200 Subject: [PATCH] Add issues directory --- Cargo.toml | 1 + tests/issues/mod.rs | 1 + tests/mod.rs | 1 + 3 files changed, 3 insertions(+) create mode 100644 tests/issues/mod.rs create mode 100644 tests/mod.rs diff --git a/Cargo.toml b/Cargo.toml index 7a978b5..7171b2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,4 @@ strum = { version = "0.17", features = ["derive"] } [dev-dependencies] pretty_assertions = "0.6" version-sync = "0.9" +automod = "0.2" diff --git a/tests/issues/mod.rs b/tests/issues/mod.rs new file mode 100644 index 0000000..15abaf2 --- /dev/null +++ b/tests/issues/mod.rs @@ -0,0 +1 @@ +automod::dir!("tests/issues"); diff --git a/tests/mod.rs b/tests/mod.rs new file mode 100644 index 0000000..1608f27 --- /dev/null +++ b/tests/mod.rs @@ -0,0 +1 @@ +mod issues;