Fix tests

This commit is contained in:
mo8it
2024-03-31 18:59:01 +02:00
parent c1de4d46aa
commit 7090fffeae
5 changed files with 59 additions and 4 deletions
+21
View File
@@ -0,0 +1,21 @@
[package]
name = "tests"
version = "0.0.0"
edition = "2021"
publish = false
[[bin]]
name = "compFailure"
path = "exercises/compFailure.rs"
[[bin]]
name = "compNoExercise"
path = "exercises/compNoExercise.rs"
[[bin]]
name = "testFailure"
path = "exercises/testFailure.rs"
[[bin]]
name = "testNotPassed"
path = "exercises/testNotPassed.rs"