Skip to content

Commit 98f2677

Browse files
committed
Add moonscript for exercism test
1 parent 3c2804b commit 98f2677

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
@@ -193,6 +193,9 @@ var TestConfigurations = map[string]TestConfiguration{
193193
"mips": {
194194
Command: "java -jar /path/to/mars.jar nc runner.mips impl.mips",
195195
},
196+
"moonscript": {
197+
Command: "busted",
198+
},
196199
"nim": {
197200
Command: "nim r {{test_files}}",
198201
},

0 commit comments

Comments
 (0)