summaryrefslogtreecommitdiff
path: root/tests/fixture/success/info.toml
diff options
context:
space:
mode:
authorChris Pearce <christopher.james.pearce@gmail.com>2019-04-07 17:49:34 +0100
committerChris Pearce <christopher.james.pearce@gmail.com>2019-04-07 20:13:04 +0100
commit3d11d7685b2c3478c35a09fbb7543c03f5043bbe (patch)
tree31a7169226cba7c027653ad184e7bd57ea34e9dd /tests/fixture/success/info.toml
parentfbd0ccbd5b7c86846e2488bf4d8dce0b1b90b04e (diff)
Modify integration tests to fail on panic
Diffstat (limited to 'tests/fixture/success/info.toml')
-rw-r--r--tests/fixture/success/info.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fixture/success/info.toml b/tests/fixture/success/info.toml
new file mode 100644
index 0000000..e255db9
--- /dev/null
+++ b/tests/fixture/success/info.toml
@@ -0,0 +1,7 @@
+[[exercises]]
+path = "compSuccess.rs"
+mode = "compile"
+
+[[exercises]]
+path = "testSuccess.rs"
+mode = "test" \ No newline at end of file