Skip to content

Commit 9e52305

Browse files
Support for Free Pascal in exercism test (#1219)
1 parent 3c2804b commit 9e52305

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
@@ -143,6 +143,9 @@ var TestConfigurations = map[string]TestConfiguration{
143143
"fortran": {
144144
Command: "make",
145145
},
146+
"free-pascal": {
147+
Command: "make test=all",
148+
},
146149
"fsharp": {
147150
Command: "dotnet test",
148151
},

0 commit comments

Comments
 (0)