Skip to content

Commit 8c0503b

Browse files
committed
Add Odin support to exercism test
1 parent 3c2804b commit 8c0503b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace/test_configurations.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ var TestConfigurations = map[string]TestConfiguration{
200200
"ocaml": {
201201
Command: "make",
202202
},
203+
"odin": {
204+
Command: "odin test .",
205+
},
203206
"perl5": {
204207
Command: "prove .",
205208
},

0 commit comments

Comments
 (0)