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