Skip to content

Commit 1a6aad5

Browse files
Add Odin support to exercism test (#1220)
Co-authored-by: Erik Schierboom <[email protected]>
1 parent 9e52305 commit 1a6aad5

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
@@ -203,6 +203,9 @@ var TestConfigurations = map[string]TestConfiguration{
203203
"ocaml": {
204204
Command: "make",
205205
},
206+
"odin": {
207+
Command: "odin test .",
208+
},
206209
"perl5": {
207210
Command: "prove .",
208211
},

0 commit comments

Comments
 (0)