Skip to content

Commit f8a1087

Browse files
Support for Futhark in exercism test (#1199)
1 parent 19a7972 commit f8a1087

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
@@ -146,6 +146,9 @@ var TestConfigurations = map[string]TestConfiguration{
146146
"fsharp": {
147147
Command: "dotnet test",
148148
},
149+
"futhark": {
150+
Command: "futhark test test.fut",
151+
},
149152
"gleam": {
150153
Command: "gleam test",
151154
},

0 commit comments

Comments
 (0)