From: Ian Jackson Date: Sun, 14 Mar 2021 11:48:16 +0000 (+0000) Subject: at: Undo symlink thing, list only at-otter specially X-Git-Tag: otter-0.4.0~78 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=92db2686df82e681355e3564b1840fdea9f6f353;p=otter.git 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 --- 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