From 020492f7e6a6e267a8ddfdc5859e328d0e9354ac Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Thu, 18 Aug 2022 10:15:27 +0200 Subject: [PATCH] tests/tester: Do not build as tests mod tester does not contains any tests, so do not build the module as containing tests. Instead use the mod.rs approach described in https://doc.rust-lang.org/book/ch11-03-test-organization.html#submodules-in-integration-tests. --- tests/{tester.rs => tester/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{tester.rs => tester/mod.rs} (100%) diff --git a/tests/tester.rs b/tests/tester/mod.rs similarity index 100% rename from tests/tester.rs rename to tests/tester/mod.rs