summaryrefslogtreecommitdiff
path: root/tests/fixture/info.toml
diff options
context:
space:
mode:
authorlyn <819880950@qq.com>2019-03-20 21:05:45 +0100
committerlyn <819880950@qq.com>2019-03-20 21:05:45 +0100
commitf43cb124f6163216218fe397d78b00e2d3bda84c (patch)
tree06a6c5c4c7af2839c9f15ac5e1ddfde4e28e817b /tests/fixture/info.toml
parent11875aed6e6940231b711470c9a8d731a7ba6aa1 (diff)
add tests
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