chiark / gitweb /
at: Undo symlink thing, list only at-otter specially
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Mar 2021 11:48:16 +0000 (11:48 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Mar 2021 11:48:16 +0000 (11:48 +0000)
If we want more, we'll do a portmanteau like for wdt.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/Cargo.toml
apitest/apitest.rs [moved from apitest.rs with 100% similarity]
apitest/bin [deleted symlink]
apitest/src [deleted symlink]

index 344a6f0b0f4cb5c9f9e456f8a854b9da44414642..46011c204b97e0bd8ba76f3eb705173147c10e3b 100644 (file)
@@ -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"
similarity index 100%
rename from apitest.rs
rename to apitest/apitest.rs
diff --git a/apitest/bin b/apitest/bin
deleted file mode 120000 (symlink)
index 945c9b4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.
\ No newline at end of file
diff --git a/apitest/src b/apitest/src
deleted file mode 120000 (symlink)
index 945c9b4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.
\ No newline at end of file