From 92db2686df82e681355e3564b1840fdea9f6f353 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Mar 2021 11:48:16 +0000 Subject: [PATCH] at: Undo symlink thing, list only at-otter specially If we want more, we'll do a portmanteau like for wdt. Signed-off-by: Ian Jackson --- apitest/Cargo.toml | 6 +++++- apitest.rs => apitest/apitest.rs | 0 apitest/bin | 1 - apitest/src | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) rename apitest.rs => apitest/apitest.rs (100%) delete mode 120000 apitest/bin delete mode 120000 apitest/src diff --git a/apitest/Cargo.toml b/apitest/Cargo.toml index 344a6f0b..46011c20 100644 --- a/apitest/Cargo.toml +++ b/apitest/Cargo.toml @@ -27,4 +27,8 @@ strum = { version = "0.20", features = ['derive'] } [lib] name = "otter_api_tests" -path = "../apitest.rs" +path = "apitest.rs" + +[[bin]] +name = "at-otter" +path = "at-otter.rs" diff --git a/apitest.rs b/apitest/apitest.rs similarity index 100% rename from apitest.rs rename to apitest/apitest.rs diff --git a/apitest/bin b/apitest/bin deleted file mode 120000 index 945c9b46..00000000 --- a/apitest/bin +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/apitest/src b/apitest/src deleted file mode 120000 index 945c9b46..00000000 --- a/apitest/src +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file -- 2.30.2