summaryrefslogtreecommitdiff
path: root/tests/fixture/success/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixture/success/info.toml')
-rw-r--r--tests/fixture/success/info.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fixture/success/info.toml b/tests/fixture/success/info.toml
index e255db9..c6316c1 100644
--- a/tests/fixture/success/info.toml
+++ b/tests/fixture/success/info.toml
@@ -1,7 +1,9 @@
[[exercises]]
+name = "compSuccess"
path = "compSuccess.rs"
mode = "compile"
[[exercises]]
+name = "testSuccess"
path = "testSuccess.rs"
-mode = "test" \ No newline at end of file
+mode = "test"