summaryrefslogtreecommitdiff
path: root/tests/test_exercises/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-25 15:12:14 +0200
committermo8it <mo8it@proton.me>2024-07-25 15:12:14 +0200
commit8fec5155c735efe791ba2fdbaa7a562bf3e0ddea (patch)
tree47e9510337546373e5dbd104a602653de9a90b77 /tests/test_exercises/Cargo.toml
parent3f49decce947ff7f1d30b53cf22fc2a0bce820f6 (diff)
Clean up tests
Diffstat (limited to 'tests/test_exercises/Cargo.toml')
-rw-r--r--tests/test_exercises/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/test_exercises/Cargo.toml b/tests/test_exercises/Cargo.toml
new file mode 100644
index 0000000..6b81751
--- /dev/null
+++ b/tests/test_exercises/Cargo.toml
@@ -0,0 +1,11 @@
+bin = [
+ { name = "compilation_success", path = "exercises/compilation_success.rs" },
+ { name = "compilation_failure", path = "exercises/compilation_failure.rs" },
+ { name = "test_success", path = "exercises/test_success.rs" },
+ { name = "test_failure", path = "exercises/test_failure.rs" },
+]
+
+[package]
+name = "test_exercises"
+edition = "2021"
+publish = false