summaryrefslogtreecommitdiff
path: root/tests/fixture/failure/Cargo.toml
blob: dd728c348afb5c38df84518cfc08e391df4a1afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"