summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorThomas Holloway <nyxtom@gmail.com>2019-10-28 22:49:49 -0500
committerThomas Holloway <nyxtom@gmail.com>2019-10-28 22:49:49 -0500
commitdc15032112fc485226a573a18139e5ce928b1755 (patch)
tree9a54577ded6adb2dc67df6b9f6e0980008cf817e /info.toml
parent2191ef7eee2f0d7bb006d2174ba5bdd4057fd3c4 (diff)
feat: Add enums exercises
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/info.toml b/info.toml
index 5e35334..454d358 100644
--- a/info.toml
+++ b/info.toml
@@ -86,6 +86,20 @@ mode = "test"
path = "exercises/structs/structs2.rs"
mode = "test"
+# ENUMS
+
+[[exercises]]
+path = "exercises/enums/enums1.rs"
+mode = "compile"
+
+[[exercises]]
+path = "exercises/enums/enums2.rs"
+mode = "compile"
+
+[[exercises]]
+path = "exercises/enums/enums3.rs"
+mode = "test"
+
# TESTS
[[exercises]]