summaryrefslogtreecommitdiff
path: root/tests/test_exercises/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_exercises/info.toml')
-rw-r--r--tests/test_exercises/info.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/test_exercises/info.toml b/tests/test_exercises/info.toml
new file mode 100644
index 0000000..d91094c
--- /dev/null
+++ b/tests/test_exercises/info.toml
@@ -0,0 +1,19 @@
+format_version = 1
+
+[[exercises]]
+name = "compilation_success"
+test = false
+hint = ""
+
+[[exercises]]
+name = "compilation_failure"
+test = false
+hint = ""
+
+[[exercises]]
+name = "test_success"
+hint = ""
+
+[[exercises]]
+name = "test_failure"
+hint = "The answer to everything: 42"