summaryrefslogtreecommitdiff
path: root/tests/test_exercises/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-25 15:12:14 +0200
committermo8it <mo8it@proton.me>2024-07-25 15:12:14 +0200
commit8fec5155c735efe791ba2fdbaa7a562bf3e0ddea (patch)
tree47e9510337546373e5dbd104a602653de9a90b77 /tests/test_exercises/info.toml
parent3f49decce947ff7f1d30b53cf22fc2a0bce820f6 (diff)
Clean up tests
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"